DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_LA_JE_PVT

Line 2729: -- if mixed contract call okl_la_je_pvt.generate_journal_entries for 'Release' seperately

2725: CLOSE l_chk_con_csr;
2726:
2727: l_acct_trans_type := 'Rebook';
2728:
2729: -- if mixed contract call okl_la_je_pvt.generate_journal_entries for 'Release' seperately
2730: IF (l_chk_contract_count = 2) THEN
2731: l_acc_call_rel_flag := 'Y';
2732:
2733: ELSE

Line 2748: OKL_LA_JE_PVT.GENERATE_JOURNAL_ENTRIES(

2744:
2745: --Bug# 16526329 , End
2746: --ndani - 20-Mar-2013, End - Mass Rebook accounting fix
2747:
2748: OKL_LA_JE_PVT.GENERATE_JOURNAL_ENTRIES(
2749: p_api_version => l_api_version,
2750: p_init_msg_list => OKL_API.G_FALSE,
2751: p_commit => OKL_API.G_FALSE,
2752: p_contract_id => p_khr_id,

Line 2771: -- Calling okl_la_je_pvt.generate_journal_entries() when Contract

2767:
2768: --ndani - 20-Mar-2013, Start - Mass Rebook accounting fix
2769: --Bug# 16526329 : Accounting Booking : Booking to make two accounting calls for reversal of
2770: -- 'Booking' and 'Release'
2771: -- Calling okl_la_je_pvt.generate_journal_entries() when Contract
2772: -- is created as mixed contract
2773:
2774: IF l_acc_call_rel_flag = 'Y' THEN
2775:

Line 2776: OKL_LA_JE_PVT.GENERATE_JOURNAL_ENTRIES(

2772: -- is created as mixed contract
2773:
2774: IF l_acc_call_rel_flag = 'Y' THEN
2775:
2776: OKL_LA_JE_PVT.GENERATE_JOURNAL_ENTRIES(
2777: p_api_version => l_api_version,
2778: p_init_msg_list => OKL_API.G_FALSE,
2779: p_commit => OKL_API.G_FALSE,
2780: p_contract_id => p_khr_id,