GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  AOL

 Print  |  
Question:  How do i recover the responsibility in apps if it is disabled?

Answer: post your answer


November 11, 2005 04:59:27 #2
 Deepthi   Member Since: Visitor    Total Comments: N/A 

RE: How do i recover the responsibility in apps if it ...
 
From FND_RESPONSIBILTY table. Query the table for the reponsiblity u need.The column to query is responsiblity_key. If there is a end_date and the end_date < sysdate, it means the responsibilty is disabled.
     

 

Back To Question