DBA Data[Home] [Help]

APPS.OKL_AUTO_INSURANCE_PVT dependencies on OKL_CS_TRANSACTIONS_PUB

Line 428: okl_cs_transactions_pub.get_pvt_label_email(

424: l_bind_var(1) := 'p_policy_id';
425: l_bind_val(1) := l_pol_id ;
426: l_bind_var_type(1) := 'NUMBER' ;
427:
428: okl_cs_transactions_pub.get_pvt_label_email(
429: p_khr_id => l_chr_id,
430: x_email => lx_email,
431: x_return_status => l_return_status,
432: x_msg_count => l_msg_data,

Line 811: okl_cs_transactions_pub.get_pvt_label_email(p_khr_id => l_chr_id,

807: l_bind_var(1) := 'p_contract_id';
808: l_bind_val(1) := l_chr_id ;
809: l_bind_var_type(1) := 'NUMBER' ;
810:
811: okl_cs_transactions_pub.get_pvt_label_email(p_khr_id => l_chr_id,
812: x_email => lx_email,
813: x_return_status => l_return_status,
814: x_msg_count => l_msg_data,
815: x_msg_data => l_msg_count);