DBA Data[Home] [Help]

APPS.OKL_SETUPOVDTEMPLATES_PUB dependencies on OKL_SETUPOVDTEMPLATES_PVT

Line 21: okl_setupovdtemplates_pvt.get_rec(p_ovtv_rec => l_ovtv_rec,

17: l_ovtv_rec := p_ovtv_rec;
18: x_return_status := FND_API.G_RET_STS_SUCCESS;
19: x_no_data_found := TRUE;
20:
21: okl_setupovdtemplates_pvt.get_rec(p_ovtv_rec => l_ovtv_rec,
22: x_return_status => l_return_status,
23: x_no_data_found => l_no_data_found,
24: x_ovtv_rec => x_ovtv_rec);
25:

Line 73: okl_setupovdtemplates_pvt.insert_ovdtemplates(p_api_version => p_api_version,

69:
70:
71:
72: -- call process api to insert formula operands
73: okl_setupovdtemplates_pvt.insert_ovdtemplates(p_api_version => p_api_version,
74: p_init_msg_list => p_init_msg_list,
75: x_return_status => l_return_status,
76: x_msg_count => x_msg_count,
77: x_msg_data => x_msg_data,

Line 160: okl_setupovdtemplates_pvt.delete_ovdtemplates(p_api_version => p_api_version,

156:
157:
158:
159: -- call process api to delete formula operands
160: okl_setupovdtemplates_pvt.delete_ovdtemplates(p_api_version => p_api_version,
161: p_init_msg_list => p_init_msg_list,
162: x_return_status => l_return_status,
163: x_msg_count => x_msg_count,
164: x_msg_data => x_msg_data,