DBA Data[Home] [Help]

APPS.OKL_TXL_ITM_INSTS_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 442: okl_contract_status_pub.cascade_lease_status_edit

438: -- after the contract status is approved
439: IF (ln_chr_id is NOT NULL) AND
440: (ln_chr_id <> OKL_API.G_MISS_NUM) THEN
441: --cascade edit status on to lines
442: okl_contract_status_pub.cascade_lease_status_edit
443: (p_api_version => p_api_version,
444: p_init_msg_list => p_init_msg_list,
445: x_return_status => x_return_status,
446: x_msg_count => x_msg_count,

Line 696: okl_contract_status_pub.cascade_lease_status_edit

692: -- after the contract status is approved
693: IF (ln_chr_id is NOT NULL) AND
694: (ln_chr_id <> OKL_API.G_MISS_NUM) THEN
695: --cascade edit status on to lines
696: okl_contract_status_pub.cascade_lease_status_edit
697: (p_api_version => p_api_version,
698: p_init_msg_list => p_init_msg_list,
699: x_return_status => x_return_status,
700: x_msg_count => x_msg_count,