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 1977: RCV_ERROR_PKG.set_error_message(X_err_message);

1973: in PO_INTERFACE_ERRORS table and removed the Insert
1974: statements to insert into PO_INTERFACE_ERRORS
1975: table, as the fields error_message, interface_line_id
1976: and interface_header_id are not populated. */
1977: RCV_ERROR_PKG.set_error_message(X_err_message);
1978: RCV_ERROR_PKG.log_interface_error(X_column_name,FALSE);
1979:
1980: end insert_interface_errors;
1981:

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

1974: statements to insert into PO_INTERFACE_ERRORS
1975: table, as the fields error_message, interface_line_id
1976: and interface_header_id are not populated. */
1977: RCV_ERROR_PKG.set_error_message(X_err_message);
1978: RCV_ERROR_PKG.log_interface_error(X_column_name,FALSE);
1979:
1980: end insert_interface_errors;
1981:
1982: End rcv_express_sv;