DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 2403: mtl_system_items_b msi

2399: CURSOR check_serial_lot_revision (v_header_id Number) is
2400: select ms.po_header_id
2401: from mtl_supply ms,
2402: po_lines_all pla,
2403: mtl_system_items_b msi
2404: where msi.organization_id = ms.to_organization_id
2405: and msi.inventory_item_id = ms.item_id
2406: and pla.po_line_id = ms.po_line_id
2407: and ms.po_header_id = v_header_id

Line 2423: mtl_system_items_b b,

2419:
2420: CURSOR locator_check (v_org_id Number, v_item_id number, v_sub_inv varchar2) IS
2421: select 'Y'
2422: from mtl_parameters a,
2423: mtl_system_items_b b,
2424: mtl_secondary_inventories c
2425: where a.organization_id = b.organization_id
2426: and a.organization_id = c.organization_id
2427: and a.organization_id = v_org_id