DBA Data[Home] [Help]

APPS.QA_AK_MAPPING_API dependencies on AK_REGION_LOV_RELATIONS

Line 912: FROM ak_region_lov_relations

908: err_msg VARCHAR2(100);
909:
910: CURSOR c IS
911: SELECT 'TRUE'
912: FROM ak_region_lov_relations
913: WHERE region_application_id = p_region_application_id
914: AND region_code = p_region_code
915: AND attribute_application_id = p_attribute_application_id
916: AND attribute_code = p_attribute_code

Line 1842: -- what are its dependency and populate ak_region_lov_relations

1838: X_ATTRIBUTE14 => null,
1839: X_ATTRIBUTE15 => null);
1840:
1841: -- At this point, if the element has lovs then we must determine
1842: -- what are its dependency and populate ak_region_lov_relations
1843: -- with this information.
1844:
1845: IF (l_lov_region_code IS NOT NULL) THEN
1846: