DBA Data[Home] [Help]

APPS.CSP_PART_SEARCH_PVT dependencies on CSP_INV_LOC_ASSIGNMENTS

Line 1217: from csp_inv_loc_assignments

1213:
1214: function get_organization_id return number as
1215: cursor c_organization_id is
1216: select organization_id, subinventory_code
1217: from csp_inv_loc_assignments
1218: where resource_type = p_search_params.resource_type
1219: and resource_id = p_search_params.resource_id
1220: and default_code = 'IN';
1221: begin