DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on ARP_AUTO_ACCOUNTING

Line 1608: arp_auto_accounting.do_autoaccounting(

1604: | call autoaccounting to insert the REC record |
1605: +--------------------------------------------------*/
1606:
1607: BEGIN
1608: arp_auto_accounting.do_autoaccounting(
1609: 'I',
1610: 'REC',
1611: l_customer_trx_id,
1612: null,

Line 1628: WHEN arp_auto_accounting.no_ccid THEN

1624: l_ccid,
1625: l_concat_segments,
1626: l_num_failed_dist_rows);
1627: EXCEPTION
1628: WHEN arp_auto_accounting.no_ccid THEN
1629: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1630: WHEN OTHERS THEN
1631: RAISE;
1632: END;

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

1625: l_concat_segments,
1626: l_num_failed_dist_rows);
1627: EXCEPTION
1628: WHEN arp_auto_accounting.no_ccid THEN
1629: l_rec_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1630: WHEN OTHERS THEN
1631: RAISE;
1632: END;
1633:

Line 1789: arp_auto_accounting.do_autoaccounting (

1785:
1786: IF p_customer_trx_line_id IS NULL
1787: THEN
1788: BEGIN
1789: arp_auto_accounting.do_autoaccounting (
1790: 'U',
1791: 'REC',
1792: p_customer_trx_id,
1793: p_customer_trx_line_id,

Line 1809: WHEN arp_auto_accounting.no_ccid THEN

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

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

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

Line 1820: arp_auto_accounting.do_autoaccounting (

1816:
1817: END IF;
1818:
1819: BEGIN
1820: arp_auto_accounting.do_autoaccounting (
1821: 'U',
1822: 'ALL',
1823: p_customer_trx_id,
1824: p_customer_trx_line_id,

Line 1840: WHEN arp_auto_accounting.no_ccid THEN

1836: l_ccid,
1837: l_concat_segments,
1838: l_num_failed_dist_rows);
1839: EXCEPTION
1840: WHEN arp_auto_accounting.no_ccid THEN
1841: l_other_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1842: WHEN NO_DATA_FOUND THEN
1843: null;
1844: WHEN OTHERS THEN

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

1837: l_concat_segments,
1838: l_num_failed_dist_rows);
1839: EXCEPTION
1840: WHEN arp_auto_accounting.no_ccid THEN
1841: l_other_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
1842: WHEN NO_DATA_FOUND THEN
1843: null;
1844: WHEN OTHERS THEN
1845: RAISE;

Line 2892: arp_auto_accounting.do_autoaccounting(

2888: l_account_class := 'REV';
2889: END IF;
2890:
2891: BEGIN
2892: arp_auto_accounting.do_autoaccounting(
2893: 'I',
2894: l_account_class,
2895: p_customer_trx_id,
2896: l_customer_trx_line_id,

Line 2912: WHEN arp_auto_accounting.no_ccid THEN

2908: l_ccid,
2909: l_concat_segments,
2910: l_num_failed_dist_rows );
2911: EXCEPTION
2912: WHEN arp_auto_accounting.no_ccid THEN
2913: l_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
2914: WHEN NO_DATA_FOUND THEN
2915: null;
2916: WHEN OTHERS THEN

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

2909: l_concat_segments,
2910: l_num_failed_dist_rows );
2911: EXCEPTION
2912: WHEN arp_auto_accounting.no_ccid THEN
2913: l_aa_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
2914: WHEN NO_DATA_FOUND THEN
2915: null;
2916: WHEN OTHERS THEN
2917: RAISE;

Line 3471: arp_auto_accounting.do_autoaccounting(

3467: -- replace this with the call to the CREDIT MEMO procedure
3468: -- update the distribution record
3469:
3470: BEGIN
3471: arp_auto_accounting.do_autoaccounting(
3472: 'U',
3473: 'FREIGHT',
3474: p_frt_rec.customer_trx_id,
3475: p_frt_rec.customer_trx_line_id,

Line 3491: WHEN arp_auto_accounting.no_ccid THEN

3487: l_ccid,
3488: l_concat_segments,
3489: l_num_failed_dist_rows );
3490: EXCEPTION
3491: WHEN arp_auto_accounting.no_ccid THEN
3492: null;
3493: WHEN OTHERS THEN
3494: RAISE;
3495: END;