DBA Data[Home] [Help]

APPS.ORACLEMYPAGE dependencies on FND_APPLICATION

Line 698: FND_APPLICATION fa

694: fa.application_short_name
695: from FND_SECURITY_GROUPS_VL fsg,
696: fnd_responsibility_vl a,
697: FND_USER_RESP_GROUPS b,
698: FND_APPLICATION fa
699: where b.user_id = icx_sec.g_user_id
700: and b.start_date <= sysdate
701: and (b.end_date is null or b.end_date > sysdate)
702: and b.RESPONSIBILITY_id = a.responsibility_id

Line 727: FND_APPLICATION fa

723: fa.application_short_name
724: from FND_SECURITY_GROUPS_VL fsg,
725: fnd_responsibility_vl a,
726: FND_USER_RESP_GROUPS b,
727: FND_APPLICATION fa
728: where b.user_id = icx_sec.g_user_id
729: and b.start_date <= sysdate
730: and (b.end_date is null or b.end_date > sysdate)
731: and b.RESPONSIBILITY_id = a.responsibility_id