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 2096: -- 3567612 : pass ARP_GLOBAL.chart_of_accounts_id instead of 101

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

Line 2099: structure_number => ARP_GLOBAL.chart_of_accounts_id,

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

Line 2223: pg_base_curr_code := arp_global.functional_currency;

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