DBA Data[Home] [Help]

APPS.OKL_SPLIT_CONTRACT_PUB dependencies on OKL_SPLIT_CONTRACT_PVT

Line 40: OKL_SPLIT_CONTRACT_PVT.create_split_contract(p_api_version => p_api_version,

36: END IF;
37: -- Customer pre processing section
38: -- Verticle industry pre- processing section
39: -- Business API call section
40: OKL_SPLIT_CONTRACT_PVT.create_split_contract(p_api_version => p_api_version,
41: p_init_msg_list => p_init_msg_list,
42: x_return_status => x_return_status,
43: x_msg_count => x_msg_count,
44: x_msg_data => x_msg_data,

Line 110: OKL_SPLIT_CONTRACT_PVT.post_split_contract(

106: END IF;
107: -- Customer pre processing section
108: -- Verticle industry pre- processing section
109: -- Business API call section
110: OKL_SPLIT_CONTRACT_PVT.post_split_contract(
111: p_api_version => p_api_version,
112: p_init_msg_list => p_init_msg_list,
113: x_return_status => x_return_status,
114: x_msg_count => x_msg_count,

Line 180: OKL_SPLIT_CONTRACT_PVT.set_context (

176: IF (FND_API.to_Boolean( p_init_msg_list )) THEN
177: FND_MSG_PUB.initialize;
178: END IF;
179:
180: OKL_SPLIT_CONTRACT_PVT.set_context (
181: p_api_version => p_api_version,
182: p_init_msg_list => p_init_msg_list,
183: x_msg_count => x_msg_count,
184: x_msg_data => x_msg_data,

Line 247: OKL_SPLIT_CONTRACT_PVT.check_split_process (

243: END IF;
244: -- Customer pre processing section
245: -- Verticle industry pre- processing section
246: -- Business API call section
247: OKL_SPLIT_CONTRACT_PVT.check_split_process (
248: p_api_version => p_api_version,
249: p_init_msg_list => p_init_msg_list,
250: x_return_status => x_return_status,
251: x_msg_count => x_msg_count,

Line 315: OKL_SPLIT_CONTRACT_PVT.cancel_split_process (

311: END IF;
312: -- Customer pre processing section
313: -- Verticle industry pre- processing section
314: -- Business API call section
315: OKL_SPLIT_CONTRACT_PVT.cancel_split_process (
316: p_api_version => p_api_version,
317: p_init_msg_list => p_init_msg_list,
318: x_return_status => x_return_status,
319: x_msg_count => x_msg_count,