DBA Data[Home] [Help]

APPS.ZPB_WF_EVENT dependencies on FND_RESPONSIBILITY

Line 383: from FND_RESPONSIBILITY r where RESPONSIBILITY_KEY in

379: into respID
380: from FND_USER_RESP_GROUPS g
381: where USER_ID = OwnerID and RESPONSIBILITY_APPLICATION_ID = respAppID
382: and g.RESPONSIBILITY_ID in (select r.RESPONSIBILITY_ID
383: from FND_RESPONSIBILITY r where RESPONSIBILITY_KEY in
384: ('ZPB_CONTROLLER_RESP', 'ZPB_SUPER_CONTROLLER_RESP', 'ZPB_MANAGER_RESP'));
385:
386: -- fnd_global.apps_initialize(ownerID, respID, RespAppId);
387: