DBA Data[Home] [Help]

APPS.CSM_SETUP_PROFILE dependencies on FND_RESPONSIBILITY

Line 136: from fnd_responsibility

132:
133: BEGIN
134: select responsibility_id
135: into respId
136: from fnd_responsibility
137: where application_id = 883
138: and responsibility_key = 'OMFS_PALM'
139: and sysdate between start_date and nvl(end_date, sysdate) ;
140: exception