[Home] [Help]
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