DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKL_LA_JE_PVT

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

852: FETCH l_chk_con_csr
853: INTO l_chk_contract_count;
854: CLOSE l_chk_con_csr;
855:
856: -- if mixed contract call okl_la_je_pvt.generate_journal_entries for 'Release' seperately
857: IF (l_chk_contract_count = 2) THEN
858: l_acc_call_rel_flag := 'Y';
859: /*
860: ELSE

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

901: FETCH l_chk_con_csr
902: INTO l_chk_contract_count;
903: CLOSE l_chk_con_csr;
904:
905: -- if mixed contract call okl_la_je_pvt.generate_journal_entries for 'Release' seperately
906: IF (l_chk_contract_count = 2) THEN
907: l_acc_call_rel_flag := 'Y';
908:
909: ELSE

Line 939: okl_la_je_pvt.generate_journal_entries (p_api_version,

935: END IF;
936: END IF;
937: --Bug# 15992711 , End
938:
939: okl_la_je_pvt.generate_journal_entries (p_api_version,
940: p_init_msg_list,
941: p_commit,
942: p_contract_id,
943: l_acct_trans_type, --p_transaction_type --Bug# 15992711 : Changed parameter name which is getting passed

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

956: END IF;
957:
958: --Bug# 15992711 : Accounting Booking : Booking to make two accounting calls
959: -- 'Booking' and 'Release' for Booking
960: -- Calling okl_la_je_pvt.generate_journal_entries() when Contract
961: -- is created as mixed contract
962:
963: IF l_acc_call_rel_flag = 'Y' THEN
964:

Line 974: okl_la_je_pvt.generate_journal_entries (p_api_version,

970: okl_execute_formula_pub.g_additional_parameters(1).name := 'NEW_RELEASE_ASSET';
971: okl_execute_formula_pub.g_additional_parameters(1).value := 'RELEASE';
972: --ndani - 14-Mar-2013, Start,Bug# 16511024 - Rebook accounting fix
973: IF l_acct_trans_type = 'Rebook' THEN
974: okl_la_je_pvt.generate_journal_entries (p_api_version,
975: p_init_msg_list,
976: p_commit,
977: p_contract_id,
978: 'Rebook-Release', -- p_transaction_type

Line 996: okl_la_je_pvt.generate_journal_entries (p_api_version,

992:
993: ELSE
994: --ndani - 14-Mar-2013, End,Bug# 16511024 - Rebook accounting fix
995:
996: okl_la_je_pvt.generate_journal_entries (p_api_version,
997: p_init_msg_list,
998: p_commit,
999: p_contract_id,
1000: 'Release', -- p_transaction_type

Line 4141: okl_la_je_pvt.generate_journal_entries

4137: */
4138: --Bug# 16511024 , End
4139: --ndani - 14-Mar-2013, End - Rebook accounting fix
4140:
4141: okl_la_je_pvt.generate_journal_entries
4142: (l_api_version,
4143: p_init_msg_list,
4144: l_commit,
4145: old_rec.orig_system_id1,

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

4154:
4155: --ndani - 14-Mar-2013, Start - Rebook accounting fix
4156: --Bug# 16511024 : Accounting Booking : Booking to make two accounting calls
4157: -- 'Booking' and 'Release' for Booking
4158: -- Calling okl_la_je_pvt.generate_journal_entries() when Contract
4159: -- is created as mixed contract
4160:
4161: IF l_acc_call_rel_flag = 'Y' THEN
4162:

Line 4173: okl_la_je_pvt.generate_journal_entries

4169: okl_execute_formula_pub.g_additional_parameters(1).name := 'NEW_RELEASE_ASSET';
4170: okl_execute_formula_pub.g_additional_parameters(1).value := 'RELEASE';
4171: */
4172:
4173: okl_la_je_pvt.generate_journal_entries
4174: (l_api_version,
4175: p_init_msg_list,
4176: l_commit,
4177: old_rec.orig_system_id1,

Line 4274: okl_la_je_pvt.generate_journal_entries

4270: END IF;
4271: END IF;
4272: --Bug# 15992711 , End
4273:
4274: okl_la_je_pvt.generate_journal_entries
4275: (l_api_version,
4276: p_init_msg_list,
4277: l_commit,
4278: TO_NUMBER (p_chr_id),

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

4296: END IF;
4297:
4298: --Bug# 15992711 : Accounting Booking : Booking to make two accounting calls
4299: -- 'Booking' and 'Release' for Booking
4300: -- Calling okl_la_je_pvt.generate_journal_entries() when Contract
4301: -- is created as mixed contract
4302:
4303: IF l_acc_call_rel_flag = 'Y' THEN
4304:

Line 4313: okl_la_je_pvt.generate_journal_entries

4309: --set global parameter before Release accounting call : mixed contract
4310: okl_execute_formula_pub.g_additional_parameters(1).name := 'NEW_RELEASE_ASSET';
4311: okl_execute_formula_pub.g_additional_parameters(1).value := 'RELEASE';
4312:
4313: okl_la_je_pvt.generate_journal_entries
4314: (l_api_version,
4315: p_init_msg_list,
4316: l_commit,
4317: TO_NUMBER (p_chr_id),