DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on ARP_AUTO_ACCOUNTING

Line 1578: arp_auto_accounting.do_autoaccounting(

1574: | call autoaccounting to insert the REC record |
1575: +--------------------------------------------------*/
1576:
1577: BEGIN
1578: arp_auto_accounting.do_autoaccounting(
1579: 'I',
1580: 'REC',
1581: l_customer_trx_id,
1582: null,

Line 1598: WHEN arp_auto_accounting.no_ccid THEN

1594: l_ccid,
1595: l_concat_segments,
1596: l_num_failed_dist_rows);
1597: EXCEPTION
1598: WHEN arp_auto_accounting.no_ccid THEN
1599: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1600: WHEN OTHERS THEN
1601: RAISE;
1602: END;

Line 1599: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';

1595: l_concat_segments,
1596: l_num_failed_dist_rows);
1597: EXCEPTION
1598: WHEN arp_auto_accounting.no_ccid THEN
1599: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1600: WHEN OTHERS THEN
1601: RAISE;
1602: END;
1603:

Line 1759: arp_auto_accounting.do_autoaccounting (

1755:
1756: IF p_customer_trx_line_id IS NULL
1757: THEN
1758: BEGIN
1759: arp_auto_accounting.do_autoaccounting (
1760: 'U',
1761: 'REC',
1762: p_customer_trx_id,
1763: p_customer_trx_line_id,

Line 1779: WHEN arp_auto_accounting.no_ccid THEN

1775: l_ccid,
1776: l_concat_segments,
1777: l_num_failed_dist_rows );
1778: EXCEPTION
1779: WHEN arp_auto_accounting.no_ccid THEN
1780: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1781: WHEN NO_DATA_FOUND THEN
1782: null;
1783: WHEN OTHERS THEN

Line 1780: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';

1776: l_concat_segments,
1777: l_num_failed_dist_rows );
1778: EXCEPTION
1779: WHEN arp_auto_accounting.no_ccid THEN
1780: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1781: WHEN NO_DATA_FOUND THEN
1782: null;
1783: WHEN OTHERS THEN
1784: RAISE;

Line 1790: arp_auto_accounting.do_autoaccounting (

1786:
1787: END IF;
1788:
1789: BEGIN
1790: arp_auto_accounting.do_autoaccounting (
1791: 'U',
1792: 'ALL',
1793: p_customer_trx_id,
1794: p_customer_trx_line_id,

Line 1810: WHEN arp_auto_accounting.no_ccid THEN

1806: l_ccid,
1807: l_concat_segments,
1808: l_num_failed_dist_rows);
1809: EXCEPTION
1810: WHEN arp_auto_accounting.no_ccid THEN
1811: l_other_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1812: WHEN NO_DATA_FOUND THEN
1813: null;
1814: WHEN OTHERS THEN

Line 1811: l_other_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';

1807: l_concat_segments,
1808: l_num_failed_dist_rows);
1809: EXCEPTION
1810: WHEN arp_auto_accounting.no_ccid THEN
1811: l_other_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1812: WHEN NO_DATA_FOUND THEN
1813: null;
1814: WHEN OTHERS THEN
1815: RAISE;

Line 2852: arp_auto_accounting.do_autoaccounting(

2848: l_account_class := 'REV';
2849: END IF;
2850:
2851: BEGIN
2852: arp_auto_accounting.do_autoaccounting(
2853: 'I',
2854: l_account_class,
2855: p_customer_trx_id,
2856: l_customer_trx_line_id,

Line 2872: WHEN arp_auto_accounting.no_ccid THEN

2868: l_ccid,
2869: l_concat_segments,
2870: l_num_failed_dist_rows );
2871: EXCEPTION
2872: WHEN arp_auto_accounting.no_ccid THEN
2873: l_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
2874: WHEN NO_DATA_FOUND THEN
2875: null;
2876: WHEN OTHERS THEN

Line 2873: l_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';

2869: l_concat_segments,
2870: l_num_failed_dist_rows );
2871: EXCEPTION
2872: WHEN arp_auto_accounting.no_ccid THEN
2873: l_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
2874: WHEN NO_DATA_FOUND THEN
2875: null;
2876: WHEN OTHERS THEN
2877: RAISE;

Line 3431: arp_auto_accounting.do_autoaccounting(

3427: -- replace this with the call to the CREDIT MEMO procedure
3428: -- update the distribution record
3429:
3430: BEGIN
3431: arp_auto_accounting.do_autoaccounting(
3432: 'U',
3433: 'FREIGHT',
3434: p_frt_rec.customer_trx_id,
3435: p_frt_rec.customer_trx_line_id,

Line 3451: WHEN arp_auto_accounting.no_ccid THEN

3447: l_ccid,
3448: l_concat_segments,
3449: l_num_failed_dist_rows );
3450: EXCEPTION
3451: WHEN arp_auto_accounting.no_ccid THEN
3452: null;
3453: WHEN OTHERS THEN
3454: RAISE;
3455: END;