DBA Data[Home] [Help]

APPS.IBY_SINGPAY_PUB dependencies on IBY_BUILD_UTILS_PKG

Line 678: IBY_BUILD_UTILS_PKG.createErrorRecord(

674: * Once we fail a payment, we need to create
675: * an error record and insert this record
676: * into the errors table.
677: */
678: IBY_BUILD_UTILS_PKG.createErrorRecord(
679: TRXN_TYPE_PMT,
680: x_paymentTab(i).payment_id,
681: x_paymentTab(i).payment_status,
682: NULL,

Line 988: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

984: * Once we fail a payment, we need to create
985: * an error record and insert this record
986: * into the errors table.
987: */
988: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
989: x_paymentTab(i).payment_id,
990: x_paymentTab(i).payment_status,
991: l_error_code,
992: FND_MESSAGE.get,

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

1040:
1041: /*
1042: * Write the debug message to the concurrent manager log file.
1043: */
1044: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text);
1045:
1046: END print_debuginfo;
1047:
1048: