DBA Data[Home] [Help]

APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on ARP_AUTO_ACCOUNTING

Line 1669: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

1665: -- Initiate auto accounting procedure to find ccid to credit
1666: --
1667: -- Bug 1930302 : Added warehouse_id as 16th parameter.
1668:
1669: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
1670: ,'REV'
1671: ,AR_RAAPI_UTIL.g_customer_trx_id
1672: ,l_cust_trx_line_id
1673: ,NULL

Line 1779: ARP_AUTO_ACCOUNTING.do_autoaccounting

1775: -- Initiate auto accounting procedure to find ccid to debit
1776: --
1777: -- Bug 1930302 : Added warehouse_id as 16th parameter.
1778:
1779: ARP_AUTO_ACCOUNTING.do_autoaccounting
1780: ('G'
1781: ,'REV'
1782: ,AR_RAAPI_UTIL.g_customer_trx_id
1783: ,l_cust_trx_line_id

Line 2925: ARP_AUTO_ACCOUNTING.do_autoaccounting

2921:
2922: l_ccid := rec.code_combination_id;
2923: else
2924:
2925: ARP_AUTO_ACCOUNTING.do_autoaccounting
2926: ('G'
2927: ,rec.account_class
2928: ,rec.customer_trx_id
2929: ,p_customer_trx_line_id

Line 3247: ARP_AUTO_ACCOUNTING.do_autoaccounting

3243: -- Initiate auto accounting procedure to find ccid to debit
3244: --
3245: -- Bug 1930302 : Added warehouse_id as 16th parameter.
3246:
3247: ARP_AUTO_ACCOUNTING.do_autoaccounting
3248: ('G'
3249: ,'REV'
3250: ,p_customer_trx_id
3251: ,p_customer_trx_line_id

Line 3289: ARP_AUTO_ACCOUNTING.do_autoaccounting

3285: -- Initiate auto accounting procedure
3286: --
3287: --Bug 1930302 : Added warehouse_id as 16th parameter.
3288:
3289: ARP_AUTO_ACCOUNTING.do_autoaccounting
3290: ('G'
3291: ,'UNEARN'
3292: ,p_customer_trx_id
3293: ,p_customer_trx_line_id

Line 3700: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

3696: -- Initiate auto accounting procedure to find ccid to debit
3697: --
3698: -- Bug 1930302 : Added warehouse_id as 16th parameter.
3699:
3700: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
3701: ,'REV'
3702: ,p_customer_trx_id
3703: ,p_customer_trx_line_id
3704: ,NULL

Line 3759: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

3755: -- Initiate auto accounting procedure
3756: --
3757: -- Bug 1930302 : Added warehouse_id as 16th parameter.
3758:
3759: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
3760: ,'UNEARN'
3761: ,p_customer_trx_id
3762: ,p_customer_trx_line_id
3763: ,NULL

Line 3971: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

3967: IF gld.code_combination_id IS NULL
3968: THEN
3969: /* No REV distributions to work from,
3970: call autoaccounting to get one */
3971: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
3972: ,'REV'
3973: ,p_customer_trx_id
3974: ,p_customer_trx_line_id
3975: ,NULL

Line 4041: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

4037: -- Initiate auto accounting procedure
4038: --
4039: -- Bug 1930302 : Added warehouse_id as 16th parameter.
4040:
4041: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
4042: ,'UNEARN'
4043: ,p_customer_trx_id
4044: ,p_customer_trx_line_id
4045: ,NULL

Line 5062: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

5058: -- Initiate auto accounting procedure
5059: --
5060: -- Bug 1930302 : Added warehouse_id as 16th parameter.
5061:
5062: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
5063: ,'UNEARN'
5064: ,p_customer_trx_id
5065: ,p_customer_trx_line_id
5066: ,NULL

Line 5453: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

5449: ELSE
5450: l_account_class := 'UNEARN';
5451: END IF;
5452:
5453: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
5454: ,l_account_class
5455: ,p_customer_trx_id
5456: ,p_cust_trx_line_id
5457: ,NULL