DBA Data[Home] [Help]

APPS.PO_ASL_API_PVT dependencies on PO_ASL_ATTRIBUTES_REC

Line 1693: -- For logging po_asl_attributes_rec records

1689:
1690: --Name: log
1691:
1692: --Function:
1693: -- For logging po_asl_attributes_rec records
1694:
1695: --Parameters:
1696:
1697: --IN:

Line 1698: --p_attr_rec po_asl_attributes_rec

1694:
1695: --Parameters:
1696:
1697: --IN:
1698: --p_attr_rec po_asl_attributes_rec
1699:
1700: --End of Comments
1701: --------------------------------------------------------------------------------
1702:

Line 1704: p_attr_rec IN po_asl_attributes_rec

1700: --End of Comments
1701: --------------------------------------------------------------------------------
1702:
1703: PROCEDURE log(
1704: p_attr_rec IN po_asl_attributes_rec
1705: )
1706: AS
1707:
1708: BEGIN