DBA Data[Home] [Help]

APPS.ZPB_PERSONAL_AW dependencies on FND_RESPONSIBILITY

Line 139: from FND_RESPONSIBILITY

135: if (l_valid) then
136: if (sys_context('ZPB_CONTEXT', 'business_area_id') is null) then
137: select to_char(RESPONSIBILITY_ID)
138: into l_resp
139: from FND_RESPONSIBILITY
140: where RESPONSIBILITY_KEY = 'ZPB_MANAGER_RESP';
141:
142: FND_GLOBAL.APPS_INITIALIZE (p_user, l_resp, 210);
143:

Line 314: from FND_RESPONSIBILITY

310:
311: /* Commented out for Bug: 5007146
312: select to_char(RESPONSIBILITY_ID)
313: into l_resp
314: from FND_RESPONSIBILITY
315: where RESPONSIBILITY_KEY = 'ZPB_MANAGER_RESP';
316:
317: FND_GLOBAL.APPS_INITIALIZE (p_user, l_resp, 210);
318: */

Line 1018: from FND_RESPONSIBILITY

1014: --dbms_output.put_line ('Start: '||to_char(sysdate, 'HH:MI:SS'));
1015:
1016: select RESPONSIBILITY_ID
1017: into l_mgrResp
1018: from FND_RESPONSIBILITY
1019: where RESPONSIBILITY_KEY = 'ZPB_MANAGER_RESP';
1020:
1021: l_resp := nvl(to_number(sys_context('ZPB_CONTEXT', 'resp_id')),
1022: FND_GLOBAL.RESP_ID);