DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_TRXN_PUB

Line 1: PACKAGE BODY IBY_FNDCPT_TRXN_PUB AS

1: PACKAGE BODY IBY_FNDCPT_TRXN_PUB AS
2: /*$Header: ibyfctxb.pls 120.57.12010000.17 2009/01/21 08:40:23 sgogula ship $*/
3:
4:
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBY_FNDCPT_TRXN_PUB';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBY_FNDCPT_TRXN_PUB';

1: PACKAGE BODY IBY_FNDCPT_TRXN_PUB AS
2: /*$Header: ibyfctxb.pls 120.57.12010000.17 2009/01/21 08:40:23 sgogula ship $*/
3:
4:
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBY_FNDCPT_TRXN_PUB';
6:
7: G_DEBUG_MODULE CONSTANT VARCHAR2(100) := 'iby.plsql.IBY_FNDCPT_TRXN_PUB';
8:
9: --

Line 7: G_DEBUG_MODULE CONSTANT VARCHAR2(100) := 'iby.plsql.IBY_FNDCPT_TRXN_PUB';

3:
4:
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBY_FNDCPT_TRXN_PUB';
6:
7: G_DEBUG_MODULE CONSTANT VARCHAR2(100) := 'iby.plsql.IBY_FNDCPT_TRXN_PUB';
8:
9: --
10: -- Constants
11: --

Line 3644: -- Bug# 7658675.REMITTANCE BATCH (IBY_FNDCPT_TRXN_PUB.CREATE_SETTLEMENTS) LTD TO 1000 RECORDS

3640: order_index PLS_INTEGER := 1;
3641: trxnCoreIndx PLS_INTEGER := 0;
3642: tangibleIndx PLS_INTEGER := 0;
3643:
3644: -- Bug# 7658675.REMITTANCE BATCH (IBY_FNDCPT_TRXN_PUB.CREATE_SETTLEMENTS) LTD TO 1000 RECORDS
3645: -- new variables defined for inserting all the remitted records
3646: -- in the iby_trxn_summaries_all table.
3647: -- variable l is used to initialize the record# in the inner loop.
3648: -- rec_limit is the no of fecords processed in each fetch(iteration).It is

Line 4027: Bug7658675# REMITTANCE BATCH (IBY_FNDCPT_TRXN_PUB.CREATE_SETTLEMENTS) LTD TO 1000 RECORDS

4023: iby_debug_pub.add('processing extensionid: '|| current_trxn_ext_id,
4024: iby_debug_pub.G_LEVEL_PROCEDURE,l_module_name);
4025:
4026: /*
4027: Bug7658675# REMITTANCE BATCH (IBY_FNDCPT_TRXN_PUB.CREATE_SETTLEMENTS) LTD TO 1000 RECORDS
4028: l is the new variable defined to initailize the x_responses recrod TYPE.
4029: All the occurrences of x_responses(j) are replaced by x_responses(l).
4030: This will allow the remittance batch to process the records more than the 1000(i,e Limit) records.
4031: */

Line 4180: print_debuginfo(l_module_name,'Calling IBY_FNDCPT_TRXN_PUB.Get_Tangible_Id...');

4176: -- get tangible id from API and populate IBY_TANGIBLE table
4177: CASE (l_settlement_trxn_rec.auth_instrtype = BA_INSTR_TYPE
4178: AND l_settlement_trxn_rec.auth_count > 1)
4179: WHEN (TRUE) THEN
4180: print_debuginfo(l_module_name,'Calling IBY_FNDCPT_TRXN_PUB.Get_Tangible_Id...');
4181: print_debuginfo(l_module_name,'with data '||l_app_short_name
4182: ||', '|| l_settlement_trxn_rec.auth_tangibleid ||
4183: ', '|| l_settlement_trxn_rec.TRXN_REF_NUMBER1 ||
4184: ', '|| l_settlement_trxn_rec.TRXN_REF_NUMBER2);

Line 4188: IBY_FNDCPT_TRXN_PUB.Get_Tangible_Id

4184: ', '|| l_settlement_trxn_rec.TRXN_REF_NUMBER2);
4185:
4186: --Bug: 7628586 :: New Functions for creating Tangible id
4187: l_tangibleid :=
4188: IBY_FNDCPT_TRXN_PUB.Get_Tangible_Id
4189: (p_app_short_name => l_app_short_name,
4190: p_trxn_extn_id => l_settlement_trxn_rec.PAYMENT_TRXN_EXTENSION_ID
4191: );
4192: -- l_tangibleid :=

Line 4193: -- IBY_FNDCPT_TRXN_PUB.Get_Tangible_Id

4189: (p_app_short_name => l_app_short_name,
4190: p_trxn_extn_id => l_settlement_trxn_rec.PAYMENT_TRXN_EXTENSION_ID
4191: );
4192: -- l_tangibleid :=
4193: -- IBY_FNDCPT_TRXN_PUB.Get_Tangible_Id
4194: -- (p_app_short_name => l_app_short_name,
4195: -- p_order_id => l_settlement_trxn_rec.auth_tangibleid,
4196: -- p_trxn_ref1 => l_settlement_trxn_rec.TRXN_REF_NUMBER1,
4197: -- p_trxn_ref2 => l_settlement_trxn_rec.TRXN_REF_NUMBER2

Line 5195: END IBY_FNDCPT_TRXN_PUB;

5191:
5192: END get_le_from_bankacct_id;
5193:
5194:
5195: END IBY_FNDCPT_TRXN_PUB;