DBA Data[Home] [Help]

APPS.ARP_TRX_COMPLETE_CHK dependencies on ARP_GLOBAL

Line 1162: IF ( l_trx_rec.invoice_currency_code <> arp_global.functional_currency )

1158: IF PG_DEBUG in ('Y', 'C') THEN
1159: arp_util.debug('Insure that the exchange rate fields are filled in');
1160: END IF;
1161:
1162: IF ( l_trx_rec.invoice_currency_code <> arp_global.functional_currency )
1163: THEN
1164: IF ( l_trx_rec.exchange_rate IS NULL )
1165: THEN
1166:

Line 2099: -- 3567612 : pass ARP_GLOBAL.chart_of_accounts_id instead of 101

2095: arp_util.debug('do_completion_checking: '||'Checking CCID '||l_gl_account_ccid);
2096: END IF;
2097: IF (
2098: -- If the GL Account is excluded using a Security Rule
2099: -- 3567612 : pass ARP_GLOBAL.chart_of_accounts_id instead of 101
2100: ( NOT fnd_flex_keyval.validate_ccid ( appl_short_name => 'SQLGL',
2101: key_flex_code => 'GL#',
2102: structure_number => ARP_GLOBAL.chart_of_accounts_id,
2103: combination_id => l_gl_account_ccid,

Line 2102: structure_number => ARP_GLOBAL.chart_of_accounts_id,

2098: -- If the GL Account is excluded using a Security Rule
2099: -- 3567612 : pass ARP_GLOBAL.chart_of_accounts_id instead of 101
2100: ( NOT fnd_flex_keyval.validate_ccid ( appl_short_name => 'SQLGL',
2101: key_flex_code => 'GL#',
2102: structure_number => ARP_GLOBAL.chart_of_accounts_id,
2103: combination_id => l_gl_account_ccid,
2104: security => 'ENFORCE'
2105: )
2106: )

Line 2226: pg_base_curr_code := arp_global.functional_currency;

2222: +---------------------------------------------*/
2223: PROCEDURE init IS
2224: BEGIN
2225:
2226: pg_base_curr_code := arp_global.functional_currency;
2227: pg_salesrep_required_flag :=
2228: arp_trx_global.system_info.system_parameters.salesrep_required_flag;
2229: pg_set_of_books_id :=
2230: arp_trx_global.system_info.system_parameters.set_of_books_id;