DBA Data[Home] [Help]

APPS.PO_ASL_API_PVT dependencies on PO_SUPPLIER_ITEM_TOLERANCE_REC

Line 198: -- For logging po_supplier_item_tolerance_rec records

194:
195: --Name: log
196:
197: --Function:
198: -- For logging po_supplier_item_tolerance_rec records
199:
200: --Parameters:
201:
202: --IN:

Line 203: --p_tol_rec po_supplier_item_tolerance_rec

199:
200: --Parameters:
201:
202: --IN:
203: --p_tol_rec po_supplier_item_tolerance_rec
204:
205: --End of Comments
206: --------------------------------------------------------------------------------
207:

Line 209: p_tol_rec IN po_supplier_item_tolerance_rec

205: --End of Comments
206: --------------------------------------------------------------------------------
207:
208: PROCEDURE log(
209: p_tol_rec IN po_supplier_item_tolerance_rec
210: );
211:
212: --------------------------------------------------------------------------------
213: --Start of Comments