DBA Data[Home] [Help]

APPS.BISVIEWER dependencies on FND_RESPONSIBILITY

Line 100: from fnd_responsibility

96: vPageId VARCHAR2(80);
97:
98: CURSOR cFndResp (pRespId in varchar2) is
99: select application_id
100: from fnd_responsibility
101: where responsibility_id=pRespId;
102: l_render_type varchar2(200) := 'HTML';
103:
104: --serao -for grouped parameters

Line 556: from fnd_responsibility

552:
553:
554: CURSOR cFndResp (pRespId in varchar2) is
555: select application_id
556: from fnd_responsibility
557: where responsibility_id=pRespId;
558: l_render_type varchar2(200) := 'HTML';
559:
560: --serao -for grouped parameters