DBA Data[Home] [Help]

APPS.MRP_REL_PLAN_PUB dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 433: INSERT INTO po_requisitions_interface_all

429: is not null. Otherwise, this will insert vendor site code for Internal
430: Req. also.
431: */
432:
433: INSERT INTO po_requisitions_interface_all
434: (/*line_type_id, Amount or Quantity based */
435: last_updated_by,
436: last_update_date,
437: last_update_login,

Line 745: FROM PO_REQUISITIONS_INTERFACE_ALL

741:
742: CURSOR c1 IS
743: SELECT
744: DISTINCT org_id
745: FROM PO_REQUISITIONS_INTERFACE_ALL
746: WHERE
747: batch_id = arg_po_batch_number;
748: BEGIN
749: