DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on IBY_TRANSACTION_ERRORS

Line 1287: select IBY_TRANSACTION_ERRORS_S.nextval into l_transaction_error_id from dual;

1283: iby_debug_pub.add(debug_msg => 'Error message: ' || p_error_msg,
1284: debug_level => FND_LOG.LEVEL_STATEMENT,
1285: module => l_Debug_Module);
1286:
1287: select IBY_TRANSACTION_ERRORS_S.nextval into l_transaction_error_id from dual;
1288:
1289: insert into
1290: iby_transaction_errors
1291: (transaction_error_id, transaction_type, transaction_id,

Line 1290: iby_transaction_errors

1286:
1287: select IBY_TRANSACTION_ERRORS_S.nextval into l_transaction_error_id from dual;
1288:
1289: insert into
1290: iby_transaction_errors
1291: (transaction_error_id, transaction_type, transaction_id,
1292: error_code, error_date, error_status, created_by,
1293: creation_date, last_updated_by, last_update_date,
1294: object_version_number, override_allowed_on_error_flag,