DBA Data[Home] [Help]

APPS.OKL_TXD_ASSETS_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 308: okl_contract_status_pub.cascade_lease_status_edit

304: -- after the contract status is approved
305: IF (ln_chr_id is NOT NULL) AND
306: (ln_chr_id <> OKL_API.G_MISS_NUM) THEN
307: --cascade edit status on to lines
308: okl_contract_status_pub.cascade_lease_status_edit
309: (p_api_version => p_api_version,
310: p_init_msg_list => p_init_msg_list,
311: x_return_status => x_return_status,
312: x_msg_count => x_msg_count,

Line 748: okl_contract_status_pub.cascade_lease_status_edit

744: -- after the contract status is approved
745: IF (ln_chr_id is NOT NULL) AND
746: (ln_chr_id <> OKL_API.G_MISS_NUM) THEN
747: --cascade edit status on to lines
748: okl_contract_status_pub.cascade_lease_status_edit
749: (p_api_version => p_api_version,
750: p_init_msg_list => p_init_msg_list,
751: x_return_status => x_return_status,
752: x_msg_count => x_msg_count,

Line 1035: okl_contract_status_pub.cascade_lease_status_edit

1031: -- after the contract status is approved
1032: IF (ln_chr_id is NOT NULL) AND
1033: (ln_chr_id <> OKL_API.G_MISS_NUM) THEN
1034: --cascade edit status on to lines
1035: okl_contract_status_pub.cascade_lease_status_edit
1036: (p_api_version => p_api_version,
1037: p_init_msg_list => p_init_msg_list,
1038: x_return_status => x_return_status,
1039: x_msg_count => x_msg_count,