DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_CONTRACT_PUB dependencies on OKL_LA_JE_PVT

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

1071: CLOSE l_chk_con_csr;
1072:
1073: l_acct_trans_type := l_transaction_type;
1074:
1075: -- if mixed contract call okl_la_je_pvt.generate_journal_entries for 'Release' seperately
1076: IF (l_chk_contract_count = 2) THEN
1077: l_acc_call_rel_flag := 'Y';
1078:
1079: ELSE

Line 1095: okl_la_je_pvt.generate_journal_entries(

1091:
1092: --Bug# 16526329 , End
1093: --ndani - 20-Mar-2013, End - Mass Rebook accounting fix
1094:
1095: okl_la_je_pvt.generate_journal_entries(
1096: p_api_version => p_api_version,
1097: p_init_msg_list => p_init_msg_list,
1098: p_commit => l_commit,
1099: p_contract_id => p_chrv_id,

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

1115:
1116: --ndani - 20-Mar-2013, Start - Mass Rebook accounting fix
1117: --Bug# 16526329 : Accounting Booking : Booking to make two accounting calls for reversal of
1118: -- 'Booking' and 'Release'
1119: -- Calling okl_la_je_pvt.generate_journal_entries() when Contract
1120: -- is created as mixed contract
1121:
1122: IF l_acc_call_rel_flag = 'Y' THEN
1123:

Line 1124: okl_la_je_pvt.generate_journal_entries(

1120: -- is created as mixed contract
1121:
1122: IF l_acc_call_rel_flag = 'Y' THEN
1123:
1124: okl_la_je_pvt.generate_journal_entries(
1125: p_api_version => p_api_version,
1126: p_init_msg_list => p_init_msg_list,
1127: p_commit => l_commit,
1128: p_contract_id => p_chrv_id,

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

1707: CLOSE l_chk_con_csr;
1708:
1709: l_acct_trans_type := l_transaction_type;
1710:
1711: -- if mixed contract call okl_la_je_pvt.generate_journal_entries for 'Release' seperately
1712: IF (l_chk_contract_count = 2) THEN
1713: l_acc_call_rel_flag := 'Y';
1714:
1715: ELSE

Line 1731: okl_la_je_pvt.generate_journal_entries(

1727:
1728: --Bug# 16511024 , End
1729: --ndani - 14-Mar-2013, End - Rebook accounting fix
1730:
1731: okl_la_je_pvt.generate_journal_entries(
1732: p_api_version => p_api_version,
1733: p_init_msg_list => p_init_msg_list,
1734: p_commit => l_commit,
1735: p_contract_id => l_orig_khr_id,

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

1749:
1750: --ndani - 14-Mar-2013, Start - Rebook accounting fix
1751: --Bug# 16511024 : Accounting Booking : Booking to make two accounting calls
1752: -- 'Booking' and 'Release' for Booking
1753: -- Calling okl_la_je_pvt.generate_journal_entries() when Contract
1754: -- is created as mixed contract
1755:
1756: IF l_acc_call_rel_flag = 'Y' THEN
1757:

Line 1758: okl_la_je_pvt.generate_journal_entries(

1754: -- is created as mixed contract
1755:
1756: IF l_acc_call_rel_flag = 'Y' THEN
1757:
1758: okl_la_je_pvt.generate_journal_entries(
1759: p_api_version => p_api_version,
1760: p_init_msg_list => p_init_msg_list,
1761: p_commit => l_commit,
1762: p_contract_id => l_orig_khr_id,