DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on CSP_INV_LOC_ASSIGNMENTS

Line 302: from csp_inv_loc_assignments

298: AND inventory_item_id = p_item_id;
299:
300: Cursor c_Subinventory(p_inv_loc_assignment_id number) Is
301: Select subinventory_code,organization_id
302: from csp_inv_loc_assignments
303: where csp_inv_loc_assignment_id = p_inv_loc_assignment_id;
304:
305: l_organization_id Number;
306: l_subinventory Varchar2(10);