DBA Data[Home] [Help]

APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT dependencies on OKL_TAA_PVT

Line 154: OKL_TAA_PVT.insert_row( p_api_version => l_api_version ,

150: l_taav_tbl(1).lease_policy_yn := p_add_hdr_tbl(1).lease_policy_yn;
151:
152: --inserting the lessee details into t a entity
153:
154: OKL_TAA_PVT.insert_row( p_api_version => l_api_version ,
155: p_init_msg_list => 'F',
156: x_return_status => l_return_status,
157: x_msg_count => x_msg_count,
158: x_msg_data => x_msg_data,

Line 299: OKL_TAA_PVT.update_row( p_api_version => l_api_version ,

295: l_taav_tbl(1).lease_policy_yn := p_upd_hdr_tbl(1).lease_policy_yn;
296:
297: --updating the lessee details into t a entity
298:
299: OKL_TAA_PVT.update_row( p_api_version => l_api_version ,
300: p_init_msg_list => 'F',
301: x_return_status => l_return_status,
302: x_msg_count => x_msg_count,
303: x_msg_data => x_msg_data,

Line 440: OKL_TAA_PVT.update_row( p_api_version => l_api_version ,

436: l_taav_tbl(1).lease_policy_yn := p_upd_hdr_tbl(1).lease_policy_yn;
437:
438: --updating the lessee details into t a entity
439:
440: OKL_TAA_PVT.update_row( p_api_version => l_api_version ,
441: p_init_msg_list => 'F',
442: x_return_status => l_return_status,
443: x_msg_count => x_msg_count,
444: x_msg_data => x_msg_data,