DBA Data[Home] [Help]

APPS.ENG_VALIDATE_ECO dependencies on FND_OBJECTS

Line 56: fnd_objects obj,

52: cp_end_date DATE) IS
53:
54: SELECT 'X'
55: FROM fnd_grants grants,
56: fnd_objects obj,
57: fnd_menus menus
58: WHERE grants.grantee_key=cp_grantee_key
59: AND grants.grantee_type=cp_grantee_type
60: AND grants.menu_id=menus.menu_id