DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_DEBUG_PUB

Line 677: iby_debug_pub.add('Enter',IBY_DEBUG_PUB.G_LEVEL_PROCEDURE,l_dbg_mod);

673: AND NEW_EXT.TRXNMID(+)=ci_trxnmid_new
674: and old_ext.extend_name=new_ext.extend_name(+);
675:
676: BEGIN
677: iby_debug_pub.add('Enter',IBY_DEBUG_PUB.G_LEVEL_PROCEDURE,l_dbg_mod);
678: UPDATE iby_trxn_summaries_all
679: SET status = status_in,
680: bepcode = bepcode_in,
681: bepmessage = bepmessage_in,

Line 692: iby_debug_pub.add('Reversal Successful.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);

688: AND reqtype = 'ORAPMTREVERSE'
689: AND trxntypeid = trxntype_in;
690:
691: IF (status_in = 0) THEN
692: iby_debug_pub.add('Reversal Successful.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);
693:
694: IF (c_auth%ISOPEN) THEN
695: CLOSE c_auth;
696: END IF;

Line 721: iby_debug_pub.add('Inserting extensibility data for reversal record.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);

717: Last_Update_Date = sysdate,
718: Last_Updated_by = fnd_global.user_id,
719: Object_Version_Number = object_version_number + 1
720: WHERE trxnmid = trxnmid_in;
721: iby_debug_pub.add('Inserting extensibility data for reversal record.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);
722: insert_extensibility(trxnmid_in,'N',extend_names_in,extend_vals_in);
723: IF (trxntype_in = 23) THEN --Partial Reversal
724: iby_debug_pub.add('Partial reversal. Cloning auth record.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);
725:

Line 724: iby_debug_pub.add('Partial reversal. Cloning auth record.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);

720: WHERE trxnmid = trxnmid_in;
721: iby_debug_pub.add('Inserting extensibility data for reversal record.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);
722: insert_extensibility(trxnmid_in,'N',extend_names_in,extend_vals_in);
723: IF (trxntype_in = 23) THEN --Partial Reversal
724: iby_debug_pub.add('Partial reversal. Cloning auth record.',IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);
725:
726: SELECT iby_trxnsumm_mid_s.NEXTVAL
727: INTO l_new_auth_trxnmid
728: FROM dual;

Line 813: iby_debug_pub.add('Exit',IBY_DEBUG_PUB.G_LEVEL_PROCEDURE,l_dbg_mod);

809:
810: END IF;
811: END IF ;
812: COMMIT ;
813: iby_debug_pub.add('Exit',IBY_DEBUG_PUB.G_LEVEL_PROCEDURE,l_dbg_mod);
814: END insert_rev_result;
815:
816: /* Inserts a new row into the IBY_TRXN_SUMMARIES table. This method */
817: /* would be called every time a capture, credit, return, or void */

Line 5696: IBY_DEBUG_PUB.add(

5692: /*
5693: * OPTION I:
5694: * Write debug text to the common application log file.
5695: */
5696: IBY_DEBUG_PUB.add(
5697: substr(RPAD(p_module,55) || ' : ' || p_debug_text, 0, 150),
5698: FND_LOG.G_CURRENT_RUNTIME_LEVEL,
5699: 'iby.plsql.IBY_VALIDATIONSETS_PUB'
5700: );

Line 7042: iby_debug_pub.add('Could not encrypt the transaction ' || txn_rec.trxnmid,IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);

7038: ELSE
7039: l_index := l_index + 1;
7040: END IF;
7041: ELSE
7042: iby_debug_pub.add('Could not encrypt the transaction ' || txn_rec.trxnmid,IBY_DEBUG_PUB.G_LEVEL_INFO,l_dbg_mod);
7043: END IF;
7044: END LOOP;
7045:
7046: IF (l_trxnmid_tbl.COUNT>0) THEN