DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on MRP_RELIEF_INTERFACE

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

4929: /******************************************************************
4930: *
4931: * Name: insert_relief
4932: * Description:
4933: * Creates a row in MRP_RELIEF_INTERFACE with the values it's passed.
4934: * This process was taken from mrlpr1.ppc to facilitate PLtion of PL/SQL TM API
4935: *
4936: ******************************************************************/
4937: FUNCTION insert_relief (

Line 4982: INSERT INTO mrp_relief_interface

4978: RETURN (FALSE);
4979: END IF;
4980: END IF;
4981:
4982: INSERT INTO mrp_relief_interface
4983: (transaction_id
4984: , inventory_item_id
4985: , organization_id
4986: , relief_type

Line 5002: VALUES (mrp_relief_interface_s.NEXTVAL

4998: , demand_class
4999: , process_status
5000: , line_num
5001: )
5002: VALUES (mrp_relief_interface_s.NEXTVAL
5003: , p_item_id
5004: , p_org_id
5005: , p_relief_type
5006: , p_disposition

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

5040:
5041: /******************************************************************
5042: | Name: mrp_ship_order
5043: | Description:
5044: | Creates a row in MRP_RELIEF_INTERFACE with the values it's passed.
5045: ******************************************************************/
5046: FUNCTION mrp_ship_order (
5047: p_disposition_id NUMBER
5048: , p_inv_item_id NUMBER