DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on MRP_RELIEF_INTERFACE

Line 4792: * Creates a row in MRP_RELIEF_INTERFACE with the values it's passed.

4788: /******************************************************************
4789: *
4790: * Name: insert_relief
4791: * Description:
4792: * Creates a row in MRP_RELIEF_INTERFACE with the values it's passed.
4793: * This process was taken from mrlpr1.ppc to facilitate PLtion of PL/SQL TM API
4794: *
4795: ******************************************************************/
4796: FUNCTION insert_relief (

Line 4841: INSERT INTO mrp_relief_interface

4837: RETURN (FALSE);
4838: END IF;
4839: END IF;
4840:
4841: INSERT INTO mrp_relief_interface
4842: (transaction_id
4843: , inventory_item_id
4844: , organization_id
4845: , relief_type

Line 4861: VALUES (mrp_relief_interface_s.NEXTVAL

4857: , demand_class
4858: , process_status
4859: , line_num
4860: )
4861: VALUES (mrp_relief_interface_s.NEXTVAL
4862: , p_item_id
4863: , p_org_id
4864: , p_relief_type
4865: , p_disposition

Line 4903: | Creates a row in MRP_RELIEF_INTERFACE with the values it's passed.

4899:
4900: /******************************************************************
4901: | Name: mrp_ship_order
4902: | Description:
4903: | Creates a row in MRP_RELIEF_INTERFACE with the values it's passed.
4904: ******************************************************************/
4905: FUNCTION mrp_ship_order (
4906: p_disposition_id NUMBER
4907: , p_inv_item_id NUMBER