DBA Data[Home] [Help]

APPS.BIS_TREND_PLUG dependencies on FND_RESPONSIBILITY

Line 548: FROM fnd_responsibility

544: l_function_id NUMBER;
545:
546: CURSOR cFndResp (pRespId IN VARCHAR2) IS
547: SELECT application_id
548: FROM fnd_responsibility
549: WHERE responsibility_id = pRespId;
550:
551: BEGIN
552: IF NOT icx_sec.ValidateSession THEN