DBA Data[Home] [Help]

APPS.PO_ASL_API_PVT dependencies on PO_SUPPLIER_ITEM_CAPACITY_REC

Line 178: -- For logging po_supplier_item_capacity_rec records

174:
175: --Name: log
176:
177: --Function:
178: -- For logging po_supplier_item_capacity_rec records
179:
180: --Parameters:
181:
182: --IN:

Line 183: --p_cap_rec po_supplier_item_capacity_rec

179:
180: --Parameters:
181:
182: --IN:
183: --p_cap_rec po_supplier_item_capacity_rec
184:
185: --End of Comments
186: --------------------------------------------------------------------------------
187:

Line 189: p_cap_rec IN po_supplier_item_capacity_rec

185: --End of Comments
186: --------------------------------------------------------------------------------
187:
188: PROCEDURE log(
189: p_cap_rec IN po_supplier_item_capacity_rec
190: );
191:
192: --------------------------------------------------------------------------------
193: --Start of Comments