DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on FND_RESPONSIBILITY_VL

Line 892: FROM FND_RESPONSIBILITY_VL

888: -- To find the responsibiltiy_id for Project Billing Superuser
889: -- Not using project superuser resposibility as the menu associated is changed in 11.5.9
890: CURSOR c_fnd_response IS
891: SELECT RESPONSIBILITY_ID
892: FROM FND_RESPONSIBILITY_VL
893: WHERE RESPONSIBILITY_KEY LIKE 'PROJECT_BILLING_SUPER_USER';
894:
895: -- To find the responsibiltiy_id for Project Superuser
896: /*