DBA Data[Home] [Help]

APPS.PO_RCVTXRTR_NEW_XMLP_PKG dependencies on RCV_PARAMETERS

Line 173: FROM rcv_parameters rcvp

169: Begin
170:
171: SELECT rcvp.manual_receipt_num_type
172: INTO receipt_numbering_type
173: FROM rcv_parameters rcvp
174: WHERE rcvp.organization_id=P_org_id;
175:
176: exception
177: When no_data_found Then