DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on ARP_GLOBAL

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

2284: r.cr_amount - r.cr_factor_discount_amount,
2285: r.cr_acctd_amount - DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
2286: ''User'', arp_util.functional_amount(
2287: r.cr_factor_discount_amount,
2288: '''||ARP_GLOBAL.functional_currency||''',
2289: nvl(r.exchange_rate,1),
2290: NULL, NULL),
2291: gl_currency_api.convert_amount(
2292: r.currency_code,

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

2289: nvl(r.exchange_rate,1),
2290: NULL, NULL),
2291: gl_currency_api.convert_amount(
2292: r.currency_code,
2293: '''||ARP_GLOBAL.functional_currency||''',
2294: r.exchange_date,
2295: r.exchange_type,
2296: r.cr_factor_discount_amount)),
2297: ''N'',

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

2310: r.cr_factor_discount_amount,
2311: DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
2312: ''User'', arp_util.functional_amount(
2313: r.cr_factor_discount_amount,
2314: '''||ARP_GLOBAL.functional_currency||''',
2315: nvl(r.exchange_rate,1),
2316: NULL, NULL),
2317: gl_currency_api.convert_amount(
2318: r.currency_code,

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

2315: nvl(r.exchange_rate,1),
2316: NULL, NULL),
2317: gl_currency_api.convert_amount(
2318: r.currency_code,
2319: '''||ARP_GLOBAL.functional_currency||''',
2320: r.exchange_date,
2321: r.exchange_type,
2322: r.cr_factor_discount_amount)),
2323: r.bank_charges_ccid,

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

3056: r.cr_amount - r.cr_factor_discount_amount,
3057: r.cr_acctd_amount - DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
3058: ''User'', arp_util.functional_amount(
3059: r.cr_factor_discount_amount,
3060: '''||ARP_GLOBAL.functional_currency||''',
3061: nvl(r.exchange_rate,1),
3062: NULL, NULL),
3063: gl_currency_api.convert_amount(
3064: r.currency_code,

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

3061: nvl(r.exchange_rate,1),
3062: NULL, NULL),
3063: gl_currency_api.convert_amount(
3064: r.currency_code,
3065: '''||ARP_GLOBAL.functional_currency||''',
3066: r.exchange_date,
3067: r.exchange_type,
3068: r.cr_factor_discount_amount)),
3069: ''N'',

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

3082: r.cr_factor_discount_amount,
3083: DECODE(r.exchange_type, null, r.cr_factor_discount_amount,
3084: ''User'', arp_util.functional_amount(
3085: r.cr_factor_discount_amount,
3086: '''||ARP_GLOBAL.functional_currency||''',
3087: nvl(r.exchange_rate,1),
3088: NULL, NULL),
3089: gl_currency_api.convert_amount(
3090: r.currency_code,

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

3087: nvl(r.exchange_rate,1),
3088: NULL, NULL),
3089: gl_currency_api.convert_amount(
3090: r.currency_code,
3091: '''||ARP_GLOBAL.functional_currency||''',
3092: r.exchange_date,
3093: r.exchange_type,
3094: r.cr_factor_discount_amount)),
3095: r.bank_charges_ccid,