DBA Data[Home] [Help]

APPS.ZPB_DC_DISTRIBUTE dependencies on FND_RESPONSIBILITY

Line 84: FROM fnd_user_resp_groups fugp, fnd_responsibility fr

80: --
81: BEGIN
82: SELECT fugp.responsibility_id
83: INTO l_resp_id
84: FROM fnd_user_resp_groups fugp, fnd_responsibility fr
85: WHERE responsibility_application_id = 210
86: AND fugp.responsibility_id = fr.responsibility_id
87: AND user_id = l_user_id
88: AND responsibility_key IN ('ZPB_CONTROLLER_RESP', 'ZPB_SUPER_CONTROLLER_RESP', 'ZPB_ANALYST_RESP')