DBA Data[Home] [Help]

APPS.OKL_SETUPPSTYPES_PUB dependencies on OKL_SETUPPSTYPES_PVT

Line 20: okl_setuppstypes_pvt.get_rec(p_psyv_rec => l_psyv_rec,

16: l_psyv_rec := p_psyv_rec;
17: x_return_status := FND_API.G_RET_STS_SUCCESS;
18: x_no_data_found := TRUE;
19:
20: okl_setuppstypes_pvt.get_rec(p_psyv_rec => l_psyv_rec,
21: x_return_status => l_return_status,
22: x_no_data_found => l_no_data_found,
23: x_psyv_rec => x_psyv_rec);
24:

Line 66: okl_setuppstypes_pvt.insert_pstypes(p_api_version => p_api_version,

62:
63:
64:
65: -- call process api to insert psyalues
66: okl_setuppstypes_pvt.insert_pstypes(p_api_version => p_api_version,
67: p_init_msg_list => p_init_msg_list,
68: x_return_status => l_return_status,
69: x_msg_count => x_msg_count,
70: x_msg_data => x_msg_data,

Line 146: okl_setuppstypes_pvt.update_pstypes(p_api_version => p_api_version,

142:
143:
144:
145: -- call process api to update psyalues
146: okl_setuppstypes_pvt.update_pstypes(p_api_version => p_api_version,
147: p_init_msg_list => p_init_msg_list,
148: x_return_status => l_return_status,
149: x_msg_count => x_msg_count,
150: x_msg_data => x_msg_data,