DBA Data[Home] [Help]

APPS.CSM_SETUP_RESPONSIBILITY dependencies on FND_RESPONSIBILITY

Line 52: from fnd_responsibility

48: JTF_DIAGNOSTIC_ADAPTUTIL.setUpVars(reportClob);
49: begin
50: select 'Y'
51: into responsibilityExists
52: from fnd_responsibility
53: where application_id = 883 -- 'CSM'
54: and responsibility_key = 'OMFS_PALM'
55: and sysdate between start_date and nvl(end_date, sysdate) ;
56: exception