DBA Data[Home] [Help]

APPS.AME_UTIL dependencies on FND_RESPONSIBILITY_VL

Line 510: fnd_responsibility_vl a,

506: function getHighestResponsibility return integer as
507: cursor getResponsibilityCur(userId in varchar2) is
508: select a.responsibility_key
509: from FND_SECURITY_GROUPS_VL fsg,
510: fnd_responsibility_vl a,
511: FND_USER_RESP_GROUPS b
512: where b.user_id = userId and
513: b.start_date <= sysdate and
514: (b.end_date is null or b.end_date > sysdate) and