DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_ACCT_MAIN

Line 12: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;

8: pg_base_curr_code gl_sets_of_books.currency_code%type;
9: pg_base_precision fnd_currencies.precision%type;
10: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
11: /* VAT changes */
12: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;
13:
14:
15: /*===========================================================================+
16: | PROCEDURE |

Line 1749: arp_util.debug('Before Calling arp_acct_main.Create_Acct_Entry');

1745: l_from_llca_call := 'Y';
1746:
1747: END IF;
1748:
1749: arp_util.debug('Before Calling arp_acct_main.Create_Acct_Entry');
1750: arp_util.debug('l_gt_id = ' || l_gt_id);
1751: arp_util.debug('l_from_llca_call = '||l_from_llca_call);
1752:
1753: arp_acct_main.Create_Acct_Entry(p_ae_doc_rec => l_ae_doc_rec,

Line 1753: arp_acct_main.Create_Acct_Entry(p_ae_doc_rec => l_ae_doc_rec,

1749: arp_util.debug('Before Calling arp_acct_main.Create_Acct_Entry');
1750: arp_util.debug('l_gt_id = ' || l_gt_id);
1751: arp_util.debug('l_from_llca_call = '||l_from_llca_call);
1752:
1753: arp_acct_main.Create_Acct_Entry(p_ae_doc_rec => l_ae_doc_rec,
1754: p_from_llca_call => l_from_llca_call,
1755: p_gt_id => l_gt_id);
1756: END IF;
1757:

Line 2323: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);

2319: and l_adj_rec.posting_control_id =-3
2320: and l_accounts <> 0 --Bug 3483238
2321: )
2322: THEN
2323: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
2324: END IF; --Bug 1787087
2325:
2326: /*------------------------------------------------------------------+
2327: | Bug 1787087 : When an adjustment is approved, the newly created |

Line 2340: arp_acct_main.Create_Acct_Entry(p_ae_doc_rec => l_ae_doc_rec,

2336: l_ae_doc_rec.other_flag := 'OVERRIDE';
2337: END IF;
2338:
2339: --Bug 12959780.
2340: arp_acct_main.Create_Acct_Entry(p_ae_doc_rec => l_ae_doc_rec,
2341: p_from_llca_call => l_from_llca_call,
2342: p_gt_id => l_gt_id);
2343:
2344:

Line 2732: arp_acct_main.Create_Acct_Entry(p_ae_doc_rec => l_ae_doc_rec,

2728: /*---------------------------+
2729: | Call Accounting Engine |
2730: +---------------------------*/
2731:
2732: arp_acct_main.Create_Acct_Entry(p_ae_doc_rec => l_ae_doc_rec,
2733: p_from_llca_call => l_from_llca_call,
2734: p_gt_id => l_gt_id);
2735:
2736: END IF;

Line 3609: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

3605: ELSE
3606: l_ae_doc_rec.source_id_old := l_old_adj_id;
3607: l_ae_doc_rec.other_flag := 'REVERSE';
3608: END IF;
3609: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
3610:
3611: /*7699796*/
3612:
3613: BEGIN