DBA Data[Home] [Help]

APPS.ARP_CREDIT_MEMO_MODULE dependencies on AR_REVENUE_MANAGEMENT_PVT

Line 1048: 'and (ar_revenue_management_pvt.line_collectible(prev_ctl.customer_trx_id,

1044:
1045: IF (g_test_collectibility) THEN
1046:
1047: l_nonrule_insert_dist_sql := l_nonrule_insert_dist_sql || CRLF ||
1048: 'and (ar_revenue_management_pvt.line_collectible(prev_ctl.customer_trx_id,
1049: prev_ctl.customer_trx_line_id)
1050: IN (1,2) or
1051: prev_ctlgd.revenue_adjustment_id is null
1052: or (

Line 1054: and ar_revenue_management_pvt.cash_based(prev_ctl.customer_trx_id) in (1)

1050: IN (1,2) or
1051: prev_ctlgd.revenue_adjustment_id is null
1052: or (
1053: prev_ctlgd.revenue_adjustment_id is not null
1054: and ar_revenue_management_pvt.cash_based(prev_ctl.customer_trx_id) in (1)
1055: )
1056: )';
1057:
1058: END IF;

Line 1834: 'and (ar_revenue_management_pvt.line_collectible(ctl.previous_customer_trx_id,

1830: cash-based condition */
1831: IF (g_test_collectibility) THEN
1832:
1833: l_rule_insert_dist_sql := l_rule_insert_dist_sql || CRLF ||
1834: 'and (ar_revenue_management_pvt.line_collectible(ctl.previous_customer_trx_id,
1835: ctl.previous_customer_trx_line_id)
1836: IN (1,2) or
1837: lgd.revenue_adjustment_id is null
1838: or (

Line 1840: and ar_revenue_management_pvt.cash_based(ctl.previous_customer_trx_id) in (1)

1836: IN (1,2) or
1837: lgd.revenue_adjustment_id is null
1838: or (
1839: lgd.revenue_adjustment_id is not null
1840: and ar_revenue_management_pvt.cash_based(ctl.previous_customer_trx_id) in (1)
1841: )
1842: )';
1843:
1844: END IF;

Line 6514: ar_revenue_management_pvt.revenue_management_enabled;

6510: print_fcn_label( 'arp_credit_memo_module.constructor()+' );
6511:
6512: /* Bug 2560036 - determine if collectibility is enabled */
6513: g_test_collectibility :=
6514: ar_revenue_management_pvt.revenue_management_enabled;
6515:
6516: get_error_message_text;
6517:
6518: print_fcn_label( 'arp_credit_memo_module.constructor()-' );