DBA Data[Home] [Help]

APPS.OKL_SETUPPOPTIONS_PUB dependencies on OKL_SETUPPOPTIONS_PVT

Line 21: okl_setuppoptions_pvt.get_rec(p_ponv_rec => l_ponv_rec,

17: l_ponv_rec := p_ponv_rec;
18: x_return_status := FND_API.G_RET_STS_SUCCESS;
19: x_no_data_found := TRUE;
20:
21: okl_setuppoptions_pvt.get_rec(p_ponv_rec => l_ponv_rec,
22: x_return_status => l_return_status,
23: x_no_data_found => l_no_data_found,
24: x_ponv_rec => x_ponv_rec);
25:

Line 67: okl_setuppoptions_pvt.insert_poptions(p_api_version => p_api_version,

63:
64:
65:
66: -- call process api to insert poptions
67: okl_setuppoptions_pvt.insert_poptions(p_api_version => p_api_version,
68: p_init_msg_list => p_init_msg_list,
69: x_return_status => l_return_status,
70: x_msg_count => x_msg_count,
71: x_msg_data => x_msg_data,

Line 143: okl_setuppoptions_pvt.delete_poptions(p_api_version => p_api_version,

139:
140:
141:
142: -- call process api to update formulae
143: okl_setuppoptions_pvt.delete_poptions(p_api_version => p_api_version,
144: p_init_msg_list => p_init_msg_list,
145: x_return_status => l_return_status,
146: x_msg_count => x_msg_count,
147: x_msg_data => x_msg_data,