DBA Data[Home] [Help]

APPS.OKL_SETUPPMVALUES_PUB dependencies on OKL_SETUPPMVALUES_PVT

Line 20: okl_SETUPPMVALUES_pvt.get_rec(p_pmvv_rec => l_pmvv_rec,

16: l_pmvv_rec := p_pmvv_rec;
17: x_return_status := FND_API.G_RET_STS_SUCCESS;
18: x_no_data_found := TRUE;
19:
20: okl_SETUPPMVALUES_pvt.get_rec(p_pmvv_rec => l_pmvv_rec,
21: x_return_status => l_return_status,
22: x_no_data_found => l_no_data_found,
23: x_pmvv_rec => x_pmvv_rec);
24:

Line 65: okl_SETUPPMVALUES_pvt.insert_pmvalues(p_api_version => p_api_version,

61:
62:
63:
64: -- call process api to insert Product Template Values.
65: okl_SETUPPMVALUES_pvt.insert_pmvalues(p_api_version => p_api_version,
66: p_init_msg_list => p_init_msg_list,
67: x_return_status => l_return_status,
68: x_msg_count => x_msg_count,
69: x_msg_data => x_msg_data,

Line 141: okl_SETUPPMVALUES_pvt.insert_pmvalues(p_api_version => p_api_version,

137:
138:
139:
140: -- call process api to insert Product Template Values.
141: okl_SETUPPMVALUES_pvt.insert_pmvalues(p_api_version => p_api_version,
142: p_init_msg_list => p_init_msg_list,
143: x_return_status => l_return_status,
144: x_msg_count => x_msg_count,
145: x_msg_data => x_msg_data,

Line 220: okl_SETUPPMVALUES_pvt.delete_pmvalues(p_api_version => p_api_version,

216:
217:
218:
219: -- call process api to update Product Template Values.
220: okl_SETUPPMVALUES_pvt.delete_pmvalues(p_api_version => p_api_version,
221: p_init_msg_list => p_init_msg_list,
222: x_return_status => l_return_status,
223: x_msg_count => x_msg_count,
224: x_msg_data => x_msg_data,