DBA Data[Home] [Help]

APPS.CE_BANK_AND_ACCOUNT_VALIDATION dependencies on CE_SECURITY_PROFILES_V

Line 955: FROM ce_security_profiles_v

951: ou_org VARCHAR2(50);
952:
953: CURSOR bg IS
954: SELECT 'BG'
955: FROM ce_security_profiles_v
956: WHERE organization_type = 'BUSINESS_GROUP'
957: AND organization_id = p_org_id;
958:
959: CURSOR ou IS

Line 961: FROM ce_security_profiles_v

957: AND organization_id = p_org_id;
958:
959: CURSOR ou IS
960: SELECT 'OU'
961: FROM ce_security_profiles_v
962: WHERE organization_type = 'OPERATING_UNIT'
963: AND organization_id = p_org_id;
964:
965: BEGIN