DBA Data[Home] [Help]

APPS.PO_ASL_API_PVT dependencies on PO_ASL_ATTRIBUTES_REC

Line 118: -- For logging po_asl_attributes_rec records

114:
115: --Name: log
116:
117: --Function:
118: -- For logging po_asl_attributes_rec records
119:
120: --Parameters:
121:
122: --IN:

Line 123: --p_attr_rec po_asl_attributes_rec

119:
120: --Parameters:
121:
122: --IN:
123: --p_attr_rec po_asl_attributes_rec
124:
125: --End of Comments
126: --------------------------------------------------------------------------------
127:

Line 129: p_attr_rec IN po_asl_attributes_rec

125: --End of Comments
126: --------------------------------------------------------------------------------
127:
128: PROCEDURE log(
129: p_attr_rec IN po_asl_attributes_rec
130: );
131:
132: --------------------------------------------------------------------------------
133: --Start of Comments