DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on FND_RESPONSIBILITY_VL

Line 898: FROM FND_RESPONSIBILITY_VL

894: -- To find the responsibiltiy_id for Project Billing Superuser
895: -- Not using project superuser resposibility as the menu associated is changed in 11.5.9
896: CURSOR c_fnd_response IS
897: SELECT RESPONSIBILITY_ID
898: FROM FND_RESPONSIBILITY_VL
899: WHERE RESPONSIBILITY_KEY LIKE 'PROJECT_BILLING_SUPER_USER';
900:
901: -- To find the responsibiltiy_id for Project Superuser
902: /*