DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on IBY_BUILD_UTILS_PKG

Line 4443: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

4439: * Once we fail a payment, we need to create
4440: * an error record and insert this record
4441: * into the errors table.
4442: */
4443: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
4444: x_paymentTab(i).payment_id,
4445: x_paymentTab(i).payment_status,
4446: l_error_code,
4447: FND_MESSAGE.get,

Line 4499: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

4495: * Once we fail a payment, we need to create
4496: * an error record and insert this record
4497: * into the errors table.
4498: */
4499: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
4500: x_paymentTab(i).payment_id,
4501: x_paymentTab(i).payment_status,
4502: l_error_code,
4503: FND_MESSAGE.get,

Line 4556: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

4552: * Once we fail a payment, we need to create
4553: * an error record and insert this record
4554: * into the errors table.
4555: */
4556: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
4557: x_paymentTab(i).payment_id,
4558: x_paymentTab(i).payment_status,
4559: l_error_code,
4560: FND_MESSAGE.get,

Line 4596: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

4592: * Once we fail a payment, we need to create
4593: * an error record and insert this record
4594: * into the errors table.
4595: */
4596: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
4597: x_paymentTab(i).payment_id,
4598: x_paymentTab(i).payment_status,
4599: l_error_code,
4600: FND_MESSAGE.get,

Line 4693: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

4689: * Once we fail a payment, we need to create
4690: * an error record and insert this record
4691: * into the errors table.
4692: */
4693: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
4694: x_paymentTab(i).payment_id,
4695: x_paymentTab(i).payment_status,
4696: l_error_code,
4697: FND_MESSAGE.get,

Line 4754: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(

4750: * Once we fail a payment, we need to create
4751: * an error record and insert this record
4752: * into the errors table.
4753: */
4754: IBY_BUILD_UTILS_PKG.createPmtErrorRecord(
4755: x_paymentTab(i).payment_id,
4756: x_paymentTab(i).payment_status,
4757: l_error_code,
4758: FND_MESSAGE.get,

Line 4950: IBY_BUILD_UTILS_PKG.createErrorRecord(

4946: * to create an error record and
4947: * insert this record into
4948: * the errors table.
4949: */
4950: IBY_BUILD_UTILS_PKG.createErrorRecord(
4951: TRXN_TYPE_PMT,
4952: x_paymentTab(k).payment_id,
4953: x_paymentTab(k).payment_status,
4954: NULL,

Line 4988: IBY_BUILD_UTILS_PKG.createErrorRecord(

4984: * to create an error record and
4985: * insert this record into
4986: * the errors table.
4987: */
4988: IBY_BUILD_UTILS_PKG.createErrorRecord(
4989: TRXN_TYPE_PMT,
4990: x_paymentTab(i).payment_id,
4991: x_paymentTab(i).payment_status,
4992: NULL,

Line 6073: IBY_BUILD_UTILS_PKG.createErrorRecord(

6069: * Once we fail a payment, we need to create
6070: * an error record and insert this record
6071: * into the errors table.
6072: */
6073: IBY_BUILD_UTILS_PKG.createErrorRecord(
6074: TRXN_TYPE_PMT,
6075: x_paymentTab(j).payment_id,
6076: x_paymentTab(j).payment_status,
6077: NULL,

Line 6171: IBY_BUILD_UTILS_PKG.createErrorRecord(

6167: /*
6168: * Once we fail a doc, we must add a corresponding
6169: * error message to the error table.
6170: */
6171: IBY_BUILD_UTILS_PKG.createErrorRecord(
6172: TRXN_TYPE_DOC,
6173: x_docsInPmtTab(j).document_id,
6174: x_docsInPmtTab(j).document_status,
6175: x_docsInPmtTab(j).calling_app_id,

Line 6328: IBY_BUILD_UTILS_PKG.createErrorRecord(

6324: /*
6325: * Once we fail a doc, we must add a corresponding
6326: * error message to the error table.
6327: */
6328: IBY_BUILD_UTILS_PKG.createErrorRecord(
6329: TRXN_TYPE_DOC,
6330: x_docsInPmtTab(j).document_id,
6331: x_docsInPmtTab(j).document_status,
6332: x_docsInPmtTab(j).calling_app_id,

Line 7215: IBY_BUILD_UTILS_PKG.createErrorRecord(

7211: /*
7212: * Once we fail a doc, we must add a corresponding
7213: * error message to the error table.
7214: */
7215: IBY_BUILD_UTILS_PKG.createErrorRecord(
7216: TRXN_TYPE_DOC,
7217: x_docsInPmtTab(j).document_id,
7218: p_docStatus,
7219: x_docsInPmtTab(j).calling_app_id,

Line 7278: l_profile_map IBY_BUILD_UTILS_PKG.profileIdToCodeMapTabType;

7274: l_remitAdvicesSetupTab remitAdviceRecTab;
7275: l_successDocCountTab successDocsCountPerPmtTab;
7276:
7277: /* maps profile ids to system profile codes */
7278: l_profile_map IBY_BUILD_UTILS_PKG.profileIdToCodeMapTabType;
7279: l_profile_code IBY_PAYMENT_PROFILES.system_profile_code%TYPE;
7280:
7281: /*
7282: * Remittance advices cursor -- Only pick those

Line 7345: IBY_BUILD_UTILS_PKG.getProfileMap(l_profile_map);

7341: *
7342: * Therefore, we need this mapping for operations that
7343: * take place below.
7344: */
7345: IBY_BUILD_UTILS_PKG.getProfileMap(l_profile_map);
7346:
7347: /*
7348: * Loop through all the created payments, flagging any payments
7349: * that require a separate remittance advice.

Line 7355: l_profile_code := IBY_BUILD_UTILS_PKG.getProfileCodeFromId(

7351: FOR i in x_paymentTab.FIRST .. x_paymentTab.LAST LOOP
7352:
7353: IF (x_paymentTab(i).payment_status = PAY_STATUS_CREATED) THEN
7354:
7355: l_profile_code := IBY_BUILD_UTILS_PKG.getProfileCodeFromId(
7356: x_paymentTab(i).payment_profile_id,
7357: l_profile_map
7358: );
7359:

Line 7689: IBY_BUILD_UTILS_PKG.createErrorRecord(

7685: * Once we fail a payment, we need to create
7686: * an error record and insert this record
7687: * into the errors table.
7688: */
7689: IBY_BUILD_UTILS_PKG.createErrorRecord(
7690: TRXN_TYPE_PMT,
7691: x_paymentTab(i).payment_id,
7692: x_paymentTab(i).payment_status,
7693: NULL,

Line 8186: IBY_BUILD_UTILS_PKG.inactivateOldErrors(

8182: * correctly shows that there are no active
8183: * validation errors against this payment
8184: * at this time.
8185: */
8186: IBY_BUILD_UTILS_PKG.inactivateOldErrors(
8187: x_paymentTab(i).payment_id,
8188: TRXN_TYPE_PMT
8189: );
8190:

Line 8216: IBY_BUILD_UTILS_PKG.inactivateOldErrors(

8212: * continue to show up against this payment
8213: * in the IBY UI even if the payment is validated
8214: * successfully this time round.
8215: */
8216: IBY_BUILD_UTILS_PKG.inactivateOldErrors(
8217: x_paymentTab(i).payment_id,
8218: TRXN_TYPE_PMT
8219: );
8220:

Line 9257: IBY_BUILD_UTILS_PKG.printXMLClob(l_clob);

9253: l_clob := p_event.getEventData();
9254:
9255: IF (l_clob IS NOT NULL) THEN
9256: print_debuginfo(l_module_name, 'Clob is not null');
9257: IBY_BUILD_UTILS_PKG.printXMLClob(l_clob);
9258: END IF;
9259:
9260: print_debuginfo(l_module_name, 'EXIT');
9261:

Line 14616: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,

14612: /*
14613: * Write the debug message to the concurrent manager log file.
14614: */
14615: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
14616: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,
14617: p_debug_level);
14618: END IF;
14619:
14620: END print_debuginfo;