DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PROD_OPTNS_PUB dependencies on OKL_CONTRACT_PROD_OPTNS_PVT

Line 43: OKL_CONTRACT_PROD_OPTNS_PVT.Create_contract_option(p_api_version => p_api_version,

39: -- Verticle industry pre- processing section
40: -- Business API call section
41: l_cspv_rec.id := p_cspv_rec.id;
42: l_cspv_rec.object_version_number := p_cspv_rec.object_version_number;
43: OKL_CONTRACT_PROD_OPTNS_PVT.Create_contract_option(p_api_version => p_api_version,
44: p_init_msg_list => p_init_msg_list,
45: x_return_status => l_return_status,
46: x_msg_count => x_msg_count,
47: x_msg_data => x_msg_data,

Line 187: OKL_CONTRACT_PROD_OPTNS_PVT.update_contract_option(p_api_version => p_api_version,

183: -- Verticle industry pre- processing section
184: -- Business API call section
185: l_cspv_rec.id := p_cspv_rec.id;
186: l_cspv_rec.object_version_number := p_cspv_rec.object_version_number;
187: OKL_CONTRACT_PROD_OPTNS_PVT.update_contract_option(p_api_version => p_api_version,
188: p_init_msg_list => p_init_msg_list,
189: x_return_status => l_return_status,
190: x_msg_count => x_msg_count,
191: x_msg_data => x_msg_data,

Line 330: OKL_CONTRACT_PROD_OPTNS_PVT.delete_contract_option(p_api_version => p_api_version,

326: -- Verticle industry pre- processing section
327: -- Business API call section
328: l_cspv_rec.id := p_cspv_rec.id;
329: l_cspv_rec.object_version_number := p_cspv_rec.object_version_number;
330: OKL_CONTRACT_PROD_OPTNS_PVT.delete_contract_option(p_api_version => p_api_version,
331: p_init_msg_list => p_init_msg_list,
332: x_return_status => l_return_status,
333: x_msg_count => x_msg_count,
334: x_msg_data => x_msg_data,

Line 470: OKL_CONTRACT_PROD_OPTNS_PVT.validate_contract_option(p_api_version => p_api_version,

466: -- Verticle industry pre- processing section
467: -- Business API call section
468: l_cspv_rec.id := p_cspv_rec.id;
469: l_cspv_rec.object_version_number := p_cspv_rec.object_version_number;
470: OKL_CONTRACT_PROD_OPTNS_PVT.validate_contract_option(p_api_version => p_api_version,
471: p_init_msg_list => p_init_msg_list,
472: x_return_status => l_return_status,
473: x_msg_count => x_msg_count,
474: x_msg_data => x_msg_data,

Line 607: OKL_CONTRACT_PROD_OPTNS_PVT.lock_contract_option(p_api_version => p_api_version,

603: l_cspv_rec := p_cspv_rec;
604: -- Business API call section
605: l_cspv_rec.id := p_cspv_rec.id;
606: l_cspv_rec.object_version_number := p_cspv_rec.object_version_number;
607: OKL_CONTRACT_PROD_OPTNS_PVT.lock_contract_option(p_api_version => p_api_version,
608: p_init_msg_list => p_init_msg_list,
609: x_return_status => l_return_status,
610: x_msg_count => x_msg_count,
611: x_msg_data => x_msg_data,