DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on ARP_STANDARD

Line 83: arp_standard.debug('clear: ' || 'p_exchange_rate_type = ' || p_exchange_rate_type);

79:
80: BEGIN
81:
82: IF PG_DEBUG in ('Y', 'C') THEN
83: arp_standard.debug('clear: ' || 'p_exchange_rate_type = ' || p_exchange_rate_type);
84: arp_standard.debug('clear: ' || 'p_exchange_rate = ' || to_char(p_exchange_rate));
85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);
86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));

Line 84: arp_standard.debug('clear: ' || 'p_exchange_rate = ' || to_char(p_exchange_rate));

80: BEGIN
81:
82: IF PG_DEBUG in ('Y', 'C') THEN
83: arp_standard.debug('clear: ' || 'p_exchange_rate_type = ' || p_exchange_rate_type);
84: arp_standard.debug('clear: ' || 'p_exchange_rate = ' || to_char(p_exchange_rate));
85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);
86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);

Line 85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);

81:
82: IF PG_DEBUG in ('Y', 'C') THEN
83: arp_standard.debug('clear: ' || 'p_exchange_rate_type = ' || p_exchange_rate_type);
84: arp_standard.debug('clear: ' || 'p_exchange_rate = ' || to_char(p_exchange_rate));
85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);
86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);
89: arp_standard.debug('p_trx_date :'||p_trx_date);

Line 86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));

82: IF PG_DEBUG in ('Y', 'C') THEN
83: arp_standard.debug('clear: ' || 'p_exchange_rate_type = ' || p_exchange_rate_type);
84: arp_standard.debug('clear: ' || 'p_exchange_rate = ' || to_char(p_exchange_rate));
85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);
86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);
89: arp_standard.debug('p_trx_date :'||p_trx_date);
90: arp_standard.debug('p_gl_date :'||p_gl_date);

Line 87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));

83: arp_standard.debug('clear: ' || 'p_exchange_rate_type = ' || p_exchange_rate_type);
84: arp_standard.debug('clear: ' || 'p_exchange_rate = ' || to_char(p_exchange_rate));
85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);
86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);
89: arp_standard.debug('p_trx_date :'||p_trx_date);
90: arp_standard.debug('p_gl_date :'||p_gl_date);
91: arp_standard.debug('p_actual_value_date :'||p_actual_value_date);

Line 88: arp_standard.debug('p_cr_id:'|| p_cr_id);

84: arp_standard.debug('clear: ' || 'p_exchange_rate = ' || to_char(p_exchange_rate));
85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);
86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);
89: arp_standard.debug('p_trx_date :'||p_trx_date);
90: arp_standard.debug('p_gl_date :'||p_gl_date);
91: arp_standard.debug('p_actual_value_date :'||p_actual_value_date);
92:

Line 89: arp_standard.debug('p_trx_date :'||p_trx_date);

85: arp_standard.debug('clear: ' || 'p_bank_currency = ' || p_bank_currency);
86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);
89: arp_standard.debug('p_trx_date :'||p_trx_date);
90: arp_standard.debug('p_gl_date :'||p_gl_date);
91: arp_standard.debug('p_actual_value_date :'||p_actual_value_date);
92:
93: arp_util.debug( '>>>>>>> arp_cashbook.clear' );

Line 90: arp_standard.debug('p_gl_date :'||p_gl_date);

86: arp_standard.debug('p_amount_cleared = ' || to_char(p_amount_cleared));
87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);
89: arp_standard.debug('p_trx_date :'||p_trx_date);
90: arp_standard.debug('p_gl_date :'||p_gl_date);
91: arp_standard.debug('p_actual_value_date :'||p_actual_value_date);
92:
93: arp_util.debug( '>>>>>>> arp_cashbook.clear' );
94: END IF;

Line 91: arp_standard.debug('p_actual_value_date :'||p_actual_value_date);

87: arp_standard.debug('clear: ' || 'p_amount_factored = ' || to_char(p_amount_factored));
88: arp_standard.debug('p_cr_id:'|| p_cr_id);
89: arp_standard.debug('p_trx_date :'||p_trx_date);
90: arp_standard.debug('p_gl_date :'||p_gl_date);
91: arp_standard.debug('p_actual_value_date :'||p_actual_value_date);
92:
93: arp_util.debug( '>>>>>>> arp_cashbook.clear' );
94: END IF;
95:

Line 108: arp_standard.debug('Unable to drive the org id for p_cr_id:'|| p_cr_id);

104: mo_global.set_policy_context('S',l_org_id);
105:
106: exception
107: when others then
108: arp_standard.debug('Unable to drive the org id for p_cr_id:'|| p_cr_id);
109: end;
110:
111: -- Bug 7443802 END
112:

Line 116: arp_standard.init_standard(mo_global.get_current_org_id);

112:
113: --Setting the Org Context Bug5212892
114: ar_mo_global_cache.populate;
115: arp_global.init_global(mo_global.get_current_org_id);
116: arp_standard.init_standard(mo_global.get_current_org_id);
117:
118: /* Bug 7828491: Check for settlement status in IBY summaries table.
119: Do not allow user to clear the receipt.Raise error if it is still pending.*/
120:

Line 123: arp_standard.debug('Check for settlement status in IBY table');

119: Do not allow user to clear the receipt.Raise error if it is still pending.*/
120:
121: BEGIN
122: IF PG_DEBUG in ('Y', 'C') THEN
123: arp_standard.debug('Check for settlement status in IBY table');
124: END IF;
125:
126: SELECT receipt_number, payment_trxn_extension_id
127: into l_receipt_number, l_payment_trxn_extn_id

Line 132: arp_standard.debug('l_receipt_number: '|| l_receipt_number);

128: FROM ar_cash_receipts
129: WHERE cash_receipt_id = p_cr_id ;
130:
131: IF PG_DEBUG in ('Y', 'C') THEN
132: arp_standard.debug('l_receipt_number: '|| l_receipt_number);
133: arp_standard.debug('l_payment_trxn_extn_id: '|| l_payment_trxn_extn_id);
134: END IF;
135:
136: IF l_payment_trxn_extn_id is not null then

Line 133: arp_standard.debug('l_payment_trxn_extn_id: '|| l_payment_trxn_extn_id);

129: WHERE cash_receipt_id = p_cr_id ;
130:
131: IF PG_DEBUG in ('Y', 'C') THEN
132: arp_standard.debug('l_receipt_number: '|| l_receipt_number);
133: arp_standard.debug('l_payment_trxn_extn_id: '|| l_payment_trxn_extn_id);
134: END IF;
135:
136: IF l_payment_trxn_extn_id is not null then
137:

Line 253: arp_standard.debug('clear: ' || 'l_cr_rec.currency_code = ' || l_cr_rec.currency_code);

249: -- then the amount_cleared passed in is in the functional amount.
250: l_acctd_receipt_amt_old := l_crh_rec_old.acctd_amount + nvl(L_crh_rec_old.acctd_factor_discount_amount,0);
251:
252: IF PG_DEBUG in ('Y', 'C') THEN
253: arp_standard.debug('clear: ' || 'l_cr_rec.currency_code = ' || l_cr_rec.currency_code);
254: arp_standard.debug('clear: ' || 'ARP_GLOBAL.functional_currency = ' || ARP_GLOBAL.functional_currency);
255: arp_standard.debug('clear: ' || 'l_crh_rec_old.exchange_rate = ' || to_char(l_crh_rec_old.exchange_rate));
256: END IF;
257:

Line 254: arp_standard.debug('clear: ' || 'ARP_GLOBAL.functional_currency = ' || ARP_GLOBAL.functional_currency);

250: l_acctd_receipt_amt_old := l_crh_rec_old.acctd_amount + nvl(L_crh_rec_old.acctd_factor_discount_amount,0);
251:
252: IF PG_DEBUG in ('Y', 'C') THEN
253: arp_standard.debug('clear: ' || 'l_cr_rec.currency_code = ' || l_cr_rec.currency_code);
254: arp_standard.debug('clear: ' || 'ARP_GLOBAL.functional_currency = ' || ARP_GLOBAL.functional_currency);
255: arp_standard.debug('clear: ' || 'l_crh_rec_old.exchange_rate = ' || to_char(l_crh_rec_old.exchange_rate));
256: END IF;
257:
258: IF ( l_cr_rec.currency_code = ARP_GLOBAL.functional_currency )

Line 255: arp_standard.debug('clear: ' || 'l_crh_rec_old.exchange_rate = ' || to_char(l_crh_rec_old.exchange_rate));

251:
252: IF PG_DEBUG in ('Y', 'C') THEN
253: arp_standard.debug('clear: ' || 'l_cr_rec.currency_code = ' || l_cr_rec.currency_code);
254: arp_standard.debug('clear: ' || 'ARP_GLOBAL.functional_currency = ' || ARP_GLOBAL.functional_currency);
255: arp_standard.debug('clear: ' || 'l_crh_rec_old.exchange_rate = ' || to_char(l_crh_rec_old.exchange_rate));
256: END IF;
257:
258: IF ( l_cr_rec.currency_code = ARP_GLOBAL.functional_currency )
259: THEN

Line 1091: arp_standard.init_standard(mo_global.get_current_org_id);

1087:
1088: --Setting the Org Context Bug5212892
1089: ar_mo_global_cache.populate;
1090: arp_global.init_global(mo_global.get_current_org_id);
1091: arp_standard.init_standard(mo_global.get_current_org_id);
1092:
1093:
1094: -- Assume this receipt has already been locked
1095:

Line 1146: arp_standard.debug('unclear: ' || 'crh_id_old: ' || to_char(l_crh_rec_old.cash_receipt_history_id));

1142: l_rma_rec );
1143:
1144:
1145: IF PG_DEBUG in ('Y', 'C') THEN
1146: arp_standard.debug('unclear: ' || 'crh_id_old: ' || to_char(l_crh_rec_old.cash_receipt_history_id));
1147: arp_standard.debug('unclear: ' || 'crh_id_prv_stat: ' || to_char(l_crh_rec_prv_stat.cash_receipt_history_id));
1148: END IF;
1149:
1150: /* Bug 9761480 : First revert all the rate adjustments done on Clear receipt.

Line 1147: arp_standard.debug('unclear: ' || 'crh_id_prv_stat: ' || to_char(l_crh_rec_prv_stat.cash_receipt_history_id));

1143:
1144:
1145: IF PG_DEBUG in ('Y', 'C') THEN
1146: arp_standard.debug('unclear: ' || 'crh_id_old: ' || to_char(l_crh_rec_old.cash_receipt_history_id));
1147: arp_standard.debug('unclear: ' || 'crh_id_prv_stat: ' || to_char(l_crh_rec_prv_stat.cash_receipt_history_id));
1148: END IF;
1149:
1150: /* Bug 9761480 : First revert all the rate adjustments done on Clear receipt.
1151: Then create the REMITTED row. */

Line 2102: arp_standard.debug('Unable to drive the org id for p_cr_id:' ||

2098: mo_global.init('AR');
2099: mo_global.set_policy_context('S', l_org_id);
2100: EXCEPTION
2101: WHEN OTHERS THEN
2102: arp_standard.debug('Unable to drive the org id for p_cr_id:' ||
2103: p_cr_id);
2104: END;
2105:
2106: ar_mo_global_cache.populate;

Line 2108: arp_standard.init_standard(mo_global.get_current_org_id);

2104: END;
2105:
2106: ar_mo_global_cache.populate;
2107: arp_global.init_global(mo_global.get_current_org_id);
2108: arp_standard.init_standard(mo_global.get_current_org_id);
2109: --modified by Jixun for bug#14726865 end
2110:
2111: /* Bug fix 2300268
2112: Get the tax account id corresponding to the vat_tax_id */