DBA Data[Home] [Help]

APPS.IBY_SINGPAY_PUB dependencies on IBY_BUILD_UTILS_PKG

Line 653: IBY_BUILD_UTILS_PKG.createErrorRecord(

649: * Once we fail a payment, we need to create
650: * an error record and insert this record
651: * into the errors table.
652: */
653: IBY_BUILD_UTILS_PKG.createErrorRecord(
654: TRXN_TYPE_PMT,
655: x_paymentTab(i).payment_id,
656: x_paymentTab(i).payment_status,
657: NULL,

Line 951: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

947: * Once we fail a payment, we need to create
948: * an error record and insert this record
949: * into the errors table.
950: */
951: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
952: x_paymentTab(i).payment_id,
953: x_paymentTab(i).payment_status,
954: l_error_code,
955: FND_MESSAGE.get,

Line 1005: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text);

1001:
1002: /*
1003: * Write the debug message to the concurrent manager log file.
1004: */
1005: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text);
1006:
1007: END print_debuginfo;
1008:
1009: