[Home] [Help]
1: PACKAGE BODY INL_CUSTOM_PUB AS
2: /* $Header: INLPCUSB.pls 120.6.12020000.3 2012/10/02 19:16:31 acferrei ship $ */
3:
4: -- Utility name : Get_Charges
5: -- Type : Public
100: -- IN : p_parent_table_name IN VARCHAR2
101: -- p_parent_table_id IN NUMBER
102: -- p_parent_table_revision_num IN NUMBER
103: --
104: -- OUT x_flexfield_ln_rec OUT NOCOPY INL_CUSTOM_PUB.flexfield_ln_rec
105: -- x_return_status OUT NOCOPY VARCHAR2
106: --
107: -- Version : Current version 1.0
108: --
109: -- Notes :
110: PROCEDURE Get_SimulFlexFields(p_parent_table_name IN VARCHAR2,
111: p_parent_table_id IN NUMBER,
112: p_parent_table_revision_num IN NUMBER,
113: x_flexfield_ln_rec OUT NOCOPY INL_CUSTOM_PUB.flexfield_ln_rec,
114: x_return_status OUT NOCOPY VARCHAR2) IS
115: BEGIN
116: -- Clean output table of records
117: x_flexfield_ln_rec.attribute_category := NULL;
193: --- x_ship_num := shipment number according to custom logic. Should not exceed 25 characters.
194:
195: END Get_SimulShipNum;
196:
197: END INL_CUSTOM_PUB;