DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_MASS_REBOOK_PVT

Line 8166: 'calling OKL_MASS_REBOOK_PVT.apply_mass_rebook'

8162: THEN
8163: okl_debug_pub.log_debug
8164: (g_level_statement,
8165: l_module_name,
8166: 'calling OKL_MASS_REBOOK_PVT.apply_mass_rebook'
8167: );
8168: END IF;
8169:
8170: -- rmunjulu EDAT Changed the signature to call new API which takes transaction date

Line 8171: okl_mass_rebook_pvt.apply_mass_rebook

8167: );
8168: END IF;
8169:
8170: -- rmunjulu EDAT Changed the signature to call new API which takes transaction date
8171: okl_mass_rebook_pvt.apply_mass_rebook
8172: (p_api_version => p_api_version,
8173: p_init_msg_list => g_false, -- Changed
8174: x_return_status => l_return_status,
8175: x_msg_count => x_msg_count,

Line 8200: 'called OKL_MASS_REBOOK_PVT.apply_mass_rebook , return status: '

8196: THEN
8197: okl_debug_pub.log_debug
8198: (g_level_statement,
8199: l_module_name,
8200: 'called OKL_MASS_REBOOK_PVT.apply_mass_rebook , return status: '
8201: || l_return_status
8202: );
8203: END IF;
8204: