DBA Data[Home] [Help]

APPS.PO_ASL_API_PVT dependencies on PO_SUPPLIER_ITEM_CAPACITY_REC

Line 1912: -- For logging po_supplier_item_capacity_rec records

1908:
1909: --Name: log
1910:
1911: --Function:
1912: -- For logging po_supplier_item_capacity_rec records
1913:
1914: --Parameters:
1915:
1916: --IN:

Line 1917: --p_cap_rec po_supplier_item_capacity_rec

1913:
1914: --Parameters:
1915:
1916: --IN:
1917: --p_cap_rec po_supplier_item_capacity_rec
1918:
1919: --End of Comments
1920: --------------------------------------------------------------------------------
1921:

Line 1923: p_cap_rec IN po_supplier_item_capacity_rec

1919: --End of Comments
1920: --------------------------------------------------------------------------------
1921:
1922: PROCEDURE log(
1923: p_cap_rec IN po_supplier_item_capacity_rec
1924: )
1925: AS
1926:
1927: BEGIN