DBA Data[Home] [Help]

APPS.CSP_PLAN_DETAILS_PKG dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 1564: from po_requisitions_interface_all pria,

1560: sysdate,
1561: fnd_global.user_id,
1562: sysdate,
1563: fnd_global.login_id
1564: from po_requisitions_interface_all pria,
1565: csp_repair_po_headers crph
1566: where pria.destination_organization_id = l_organization_id
1567: and pria.item_id = nvl(l_inventory_item_id,pria.item_id)
1568: and crph.requisition_line_id(+) = pria.requisition_line_id;