DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on FND_RESPONSIBILITY

Line 81: from fnd_responsibility

77: vParams varchar2(2000);
78:
79: CURSOR cFndResp (pRespId in varchar2) is
80: select application_id
81: from fnd_responsibility
82: where responsibility_id=pRespId;
83:
84: begin
85: l_user_id := pUserId;

Line 102: from fnd_responsibility

98:
99: /*
100: begin
101: select application_id into l_application_id
102: from fnd_responsibility
103: where responsibility_id=l_fn_responsibility_id;
104: end;
105:
106: if pRequestType <> 'R' then

Line 1142: from fnd_responsibility

1138: lWebHtmlCall fnd_form_functions.web_html_call%TYPE;
1139:
1140: CURSOR cFndResp (pRespId in varchar2) is
1141: select application_id
1142: from fnd_responsibility
1143: where responsibility_id=pRespId;
1144:
1145: BEGIN
1146:

Line 1443: from fnd_responsibility

1439: vApplicationId varchar2(80);
1440:
1441: CURSOR cFndResp (pRespId in varchar2) is
1442: select application_id
1443: from fnd_responsibility
1444: where responsibility_id=pRespId;
1445:
1446: BEGIN
1447:

Line 1596: from fnd_responsibility

1592: /*
1593: if pApplicationId is null then
1594: select application_id
1595: into vApplicationId
1596: from fnd_responsibility
1597: where responsibility_id = pResponsibilityId;
1598: else
1599: vApplicationId := pApplicationId;
1600: end if;

Line 1761: from fnd_responsibility

1757: vApplicationId varchar2(80);
1758:
1759: CURSOR cFndResp (pRespId in varchar2) is
1760: select application_id
1761: from fnd_responsibility
1762: where responsibility_id=pRespId;
1763:
1764: BEGIN
1765:

Line 2456: from fnd_responsibility

2452: vApplicationId varchar2(80);
2453:
2454: CURSOR cFndResp (pRespId in varchar2) is
2455: select application_id
2456: from fnd_responsibility
2457: where responsibility_id=pRespId;
2458:
2459: begin
2460: