DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on RCV_ERROR_PKG

Line 139: RCV_ERROR_PKG.initialize(rcv_trx.transaction_type,

135:
136: -- po_line_locations_sv.lock_row (line_location_id);
137: /* Bug 4773978: Added the following code for logging error messages
138: in PO_INTERFACE_ERRORS table. */
139: RCV_ERROR_PKG.initialize(rcv_trx.transaction_type,
140: rcv_trx.group_id,
141: rcv_trx.header_interface_id,
142: rcv_trx.interface_transaction_id);
143: /* Bug 4773978 end */

Line 1835: RCV_ERROR_PKG.set_error_message(X_err_message);

1831: in PO_INTERFACE_ERRORS table and removed the Insert
1832: statements to insert into PO_INTERFACE_ERRORS
1833: table, as the fields error_message, interface_line_id
1834: and interface_header_id are not populated. */
1835: RCV_ERROR_PKG.set_error_message(X_err_message);
1836: RCV_ERROR_PKG.log_interface_error(X_column_name,FALSE);
1837:
1838: end insert_interface_errors;
1839:

Line 1836: RCV_ERROR_PKG.log_interface_error(X_column_name,FALSE);

1832: statements to insert into PO_INTERFACE_ERRORS
1833: table, as the fields error_message, interface_line_id
1834: and interface_header_id are not populated. */
1835: RCV_ERROR_PKG.set_error_message(X_err_message);
1836: RCV_ERROR_PKG.log_interface_error(X_column_name,FALSE);
1837:
1838: end insert_interface_errors;
1839:
1840: End rcv_express_sv;