DBA Data[Home] [Help]

APPS.OKL_TXL_ASSETS_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 822: okl_contract_status_pub.cascade_lease_status_edit

818: -- after the contract status is approved
819: IF (ln_chr_id is NOT NULL) AND
820: (ln_chr_id <> OKL_API.G_MISS_NUM) THEN
821: --cascade edit status on to lines
822: okl_contract_status_pub.cascade_lease_status_edit
823: (p_api_version => p_api_version,
824: p_init_msg_list => p_init_msg_list,
825: x_return_status => x_return_status,
826: x_msg_count => x_msg_count,

Line 1040: okl_contract_status_pub.cascade_lease_status_edit

1036: -- after the contract status is approved
1037: IF (ln_chr_id is NOT NULL) AND
1038: (ln_chr_id <> OKL_API.G_MISS_NUM) THEN
1039: --cascade edit status on to lines
1040: okl_contract_status_pub.cascade_lease_status_edit
1041: (p_api_version => p_api_version,
1042: p_init_msg_list => p_init_msg_list,
1043: x_return_status => x_return_status,
1044: x_msg_count => x_msg_count,