DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on CSP_SEC_INVENTORIES

Line 179: FROM CSP_PLANNING_PARAMETERS cpp,csp_sec_inventories csin

175: CURSOR PLANNING_NODE_REC IS
176: SELECT cpp.NODE_TYPE,cpp.ORGANIZATION_ID,cpp.SECONDARY_INVENTORY,cpp.CONDITION_TYPE,
177: cpp.planning_parameters_id,cpp.level_id,csin.parts_loop_id,csin.hierarchy_node_id,
178: csin.owner_resource_id, csin.owner_resource_type
179: FROM CSP_PLANNING_PARAMETERS cpp,csp_sec_inventories csin
180: WHERE LEVEL_ID LIKE p_level_id||'%'
181: and cpp.organization_id = csin.organization_id(+)
182: and cpp.secondary_inventory = csin.secondary_inventory_name(+);
183:

Line 1037: csp_sec_inventories csin

1033: mosv.subinventory_code,
1034: mosv.inventory_item_id,
1035: total_qoh excess_quantity
1036: from mtl_onhand_sub_v mosv,
1037: csp_sec_inventories csin
1038: where mosv.organization_id = p_organization_id
1039: and csin.organization_id = mosv.organization_id
1040: and csin.secondary_inventory_name = mosv.subinventory_code
1041: and csin.condition_type = 'B'