DBA Data[Home] [Help]

APPS.CSM_HTML5_PKG dependencies on FND_ORACLE_USERID

Line 2423: from fnd_responsibility a, fnd_oracle_userid b

2419: l_app_name VARCHAR2(10):='CSM';
2420: BEGIN
2421: begin
2422: select responsibility_id ,application_id into l_resp_id ,l_app_id
2423: from fnd_responsibility a, fnd_oracle_userid b
2424: where responsibility_key='OMFS_PALM' and a.application_id=b.oracle_id
2425: and b.oracle_username=l_app_name ;
2426: exception
2427: when others then