DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_COPY_CONTRACT_PUB

Line 14203: OKL_COPY_CONTRACT_PUB.COPY_CONTRACT_LINES(

14199: --dbms_output.put_line('before Copying lines '||to_char(i)||x_return_status);
14200: --dbms_output.put_line('source cle '||to_char(l_inst_cle_id)||x_return_status);
14201: --dbms_output.put_line('target cle '||to_char(l_target_cle_id)||x_return_status);
14202:
14203: OKL_COPY_CONTRACT_PUB.COPY_CONTRACT_LINES(
14204: p_api_version => p_api_version,
14205: p_init_msg_list => p_init_msg_list,
14206: x_return_status => x_return_status,
14207: x_msg_count => x_msg_count,

Line 15222: OKL_COPY_CONTRACT_PUB.COPY_CONTRACT_LINES(

15218:
15219: ELSIF l_txdv_tbl(i).target_kle_id IS NULL THEN
15220:
15221: --1.Call to Copy Lines api to create split line
15222: OKL_COPY_CONTRACT_PUB.COPY_CONTRACT_LINES(
15223: p_api_version => p_api_version,
15224: p_init_msg_list => p_init_msg_list,
15225: x_return_status => x_return_status,
15226: x_msg_count => x_msg_count,