DBA Data[Home] [Help]

APPS.AS_CATALOG_MIGRATION dependencies on MTL_PARAMETERS

Line 1125: from mtl_parameters

1121: l_exists VARCHAR2(1);
1122:
1123: CURSOR C_Check_Master_Org(c_organization_id NUMBER) IS
1124: select 1
1125: from mtl_parameters
1126: where organization_id = master_organization_id
1127: and organization_id = c_organization_id;
1128:
1129: CURSOR item_cat_assign_count_csr