DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on IBY_TRANSACTION_ERRORS

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

1074: iby_debug_pub.add(debug_msg => 'Error message: ' || p_error_msg,
1075: debug_level => FND_LOG.LEVEL_STATEMENT,
1076: module => l_Debug_Module);
1077:
1078: select IBY_TRANSACTION_ERRORS_S.nextval into l_transaction_error_id from dual;
1079:
1080: insert into
1081: iby_transaction_errors
1082: (transaction_error_id, transaction_type, transaction_id,

Line 1081: iby_transaction_errors

1077:
1078: select IBY_TRANSACTION_ERRORS_S.nextval into l_transaction_error_id from dual;
1079:
1080: insert into
1081: iby_transaction_errors
1082: (transaction_error_id, transaction_type, transaction_id,
1083: error_code, error_date, error_status, created_by,
1084: creation_date, last_updated_by, last_update_date,
1085: object_version_number, override_allowed_on_error_flag,