DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on ARP_GLOBAL

Line 2224: '''||ARP_GLOBAL.functional_currency||''',

2220: r.cr_amount - r.cr_factor_discount_amount,
2221: r.cr_acctd_amount - DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
2222: ''User'', arp_util.functional_amount(
2223: r.cr_factor_discount_amount,
2224: '''||ARP_GLOBAL.functional_currency||''',
2225: nvl(r.exchange_rate,1),
2226: NULL, NULL),
2227: gl_currency_api.convert_amount(
2228: r.currency_code,

Line 2229: '''||ARP_GLOBAL.functional_currency||''',

2225: nvl(r.exchange_rate,1),
2226: NULL, NULL),
2227: gl_currency_api.convert_amount(
2228: r.currency_code,
2229: '''||ARP_GLOBAL.functional_currency||''',
2230: r.exchange_date,
2231: r.exchange_type,
2232: r.cr_factor_discount_amount)),
2233: ''N'',

Line 2250: '''||ARP_GLOBAL.functional_currency||''',

2246: r.cr_factor_discount_amount,
2247: DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
2248: ''User'', arp_util.functional_amount(
2249: r.cr_factor_discount_amount,
2250: '''||ARP_GLOBAL.functional_currency||''',
2251: nvl(r.exchange_rate,1),
2252: NULL, NULL),
2253: gl_currency_api.convert_amount(
2254: r.currency_code,

Line 2255: '''||ARP_GLOBAL.functional_currency||''',

2251: nvl(r.exchange_rate,1),
2252: NULL, NULL),
2253: gl_currency_api.convert_amount(
2254: r.currency_code,
2255: '''||ARP_GLOBAL.functional_currency||''',
2256: r.exchange_date,
2257: r.exchange_type,
2258: r.cr_factor_discount_amount)),
2259: r.bank_charges_ccid,

Line 2983: '''||ARP_GLOBAL.functional_currency||''',

2979: r.cr_amount - r.cr_factor_discount_amount,
2980: r.cr_acctd_amount - DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
2981: ''User'', arp_util.functional_amount(
2982: r.cr_factor_discount_amount,
2983: '''||ARP_GLOBAL.functional_currency||''',
2984: nvl(r.exchange_rate,1),
2985: NULL, NULL),
2986: gl_currency_api.convert_amount(
2987: r.currency_code,

Line 2988: '''||ARP_GLOBAL.functional_currency||''',

2984: nvl(r.exchange_rate,1),
2985: NULL, NULL),
2986: gl_currency_api.convert_amount(
2987: r.currency_code,
2988: '''||ARP_GLOBAL.functional_currency||''',
2989: r.exchange_date,
2990: r.exchange_type,
2991: r.cr_factor_discount_amount)),
2992: ''N'',

Line 3009: '''||ARP_GLOBAL.functional_currency||''',

3005: r.cr_factor_discount_amount,
3006: DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
3007: ''User'', arp_util.functional_amount(
3008: r.cr_factor_discount_amount,
3009: '''||ARP_GLOBAL.functional_currency||''',
3010: nvl(r.exchange_rate,1),
3011: NULL, NULL),
3012: gl_currency_api.convert_amount(
3013: r.currency_code,

Line 3014: '''||ARP_GLOBAL.functional_currency||''',

3010: nvl(r.exchange_rate,1),
3011: NULL, NULL),
3012: gl_currency_api.convert_amount(
3013: r.currency_code,
3014: '''||ARP_GLOBAL.functional_currency||''',
3015: r.exchange_date,
3016: r.exchange_type,
3017: r.cr_factor_discount_amount)),
3018: r.bank_charges_ccid,