DBA Data[Home] [Help]

APPS.CE_BANK_AND_ACCOUNT_VALIDATION dependencies on CE_SECURITY_PROFILES_V

Line 970: FROM ce_security_profiles_v

966: ou_org VARCHAR2(50);
967:
968: CURSOR bg IS
969: SELECT 'BG'
970: FROM ce_security_profiles_v
971: WHERE organization_type = 'BUSINESS_GROUP'
972: AND organization_id = p_org_id;
973:
974: CURSOR ou IS

Line 976: FROM ce_security_profiles_v

972: AND organization_id = p_org_id;
973:
974: CURSOR ou IS
975: SELECT 'OU'
976: FROM ce_security_profiles_v
977: WHERE organization_type = 'OPERATING_UNIT'
978: AND organization_id = p_org_id;
979:
980: BEGIN