DBA Data[Home] [Help]

APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on ARP_AUTO_ACCOUNTING

Line 1592: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

1588: -- Initiate auto accounting procedure to find ccid to credit
1589: --
1590: -- Bug 1930302 : Added warehouse_id as 16th parameter.
1591:
1592: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
1593: ,'REV'
1594: ,AR_RAAPI_UTIL.g_customer_trx_id
1595: ,l_cust_trx_line_id
1596: ,NULL

Line 1702: ARP_AUTO_ACCOUNTING.do_autoaccounting

1698: -- Initiate auto accounting procedure to find ccid to debit
1699: --
1700: -- Bug 1930302 : Added warehouse_id as 16th parameter.
1701:
1702: ARP_AUTO_ACCOUNTING.do_autoaccounting
1703: ('G'
1704: ,'REV'
1705: ,AR_RAAPI_UTIL.g_customer_trx_id
1706: ,l_cust_trx_line_id

Line 3062: ARP_AUTO_ACCOUNTING.do_autoaccounting

3058: -- Initiate auto accounting procedure to find ccid to debit
3059: --
3060: -- Bug 1930302 : Added warehouse_id as 16th parameter.
3061:
3062: ARP_AUTO_ACCOUNTING.do_autoaccounting
3063: ('G'
3064: ,'REV'
3065: ,p_customer_trx_id
3066: ,p_customer_trx_line_id

Line 3104: ARP_AUTO_ACCOUNTING.do_autoaccounting

3100: -- Initiate auto accounting procedure
3101: --
3102: --Bug 1930302 : Added warehouse_id as 16th parameter.
3103:
3104: ARP_AUTO_ACCOUNTING.do_autoaccounting
3105: ('G'
3106: ,'UNEARN'
3107: ,p_customer_trx_id
3108: ,p_customer_trx_line_id

Line 3499: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

3495: -- Initiate auto accounting procedure to find ccid to debit
3496: --
3497: -- Bug 1930302 : Added warehouse_id as 16th parameter.
3498:
3499: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
3500: ,'REV'
3501: ,p_customer_trx_id
3502: ,p_customer_trx_line_id
3503: ,NULL

Line 3558: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

3554: -- Initiate auto accounting procedure
3555: --
3556: -- Bug 1930302 : Added warehouse_id as 16th parameter.
3557:
3558: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
3559: ,'UNEARN'
3560: ,p_customer_trx_id
3561: ,p_customer_trx_line_id
3562: ,NULL

Line 3756: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

3752: IF gld.code_combination_id IS NULL
3753: THEN
3754: /* No REV distributions to work from,
3755: call autoaccounting to get one */
3756: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
3757: ,'REV'
3758: ,p_customer_trx_id
3759: ,p_customer_trx_line_id
3760: ,NULL

Line 3826: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

3822: -- Initiate auto accounting procedure
3823: --
3824: -- Bug 1930302 : Added warehouse_id as 16th parameter.
3825:
3826: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
3827: ,'UNEARN'
3828: ,p_customer_trx_id
3829: ,p_customer_trx_line_id
3830: ,NULL

Line 4837: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

4833: -- Initiate auto accounting procedure
4834: --
4835: -- Bug 1930302 : Added warehouse_id as 16th parameter.
4836:
4837: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
4838: ,'UNEARN'
4839: ,p_customer_trx_id
4840: ,p_customer_trx_line_id
4841: ,NULL

Line 5232: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'

5228: ELSE
5229: l_account_class := 'UNEARN';
5230: END IF;
5231:
5232: ARP_AUTO_ACCOUNTING.do_autoaccounting('G'
5233: ,l_account_class
5234: ,p_customer_trx_id
5235: ,p_cust_trx_line_id
5236: ,NULL