DBA Data[Home] [Help]

APPS.OKL_RULE_PUB dependencies on OKL_CONTRACT_STATUS_PUB

Line 251: okl_contract_status_pub.cascade_lease_status_edit

247: -- edit points for lease contract are any modifications between statuses
248: -- 'PASSED' and 'APPROVED'
249: If (x_rulv_rec.dnz_chr_id is not NULL) AND (x_rulv_rec.dnz_chr_id <> OKL_API.G_MISS_NUM) Then
250:
251: okl_contract_status_pub.cascade_lease_status_edit
252: (p_api_version => p_api_version,
253: p_init_msg_list => p_init_msg_list,
254: x_return_status => x_return_status,
255: x_msg_count => x_msg_count,

Line 572: okl_contract_status_pub.cascade_lease_status_edit

568: -- edit points for lease contract are any modifications between statuses
569: -- 'PASSED' and 'APPROVED'
570: If (x_rulv_rec.dnz_chr_id is not NULL) AND (x_rulv_rec.dnz_chr_id <> OKL_API.G_MISS_NUM) Then
571:
572: okl_contract_status_pub.cascade_lease_status_edit
573: (p_api_version => p_api_version,
574: p_init_msg_list => p_init_msg_list,
575: x_return_status => x_return_status,
576: x_msg_count => x_msg_count,

Line 1031: okl_contract_status_pub.cascade_lease_status_edit

1027: End If;
1028:
1029: If (l_dnz_chr_id is not NULL AND l_dnz_chr_id <> OKL_API.G_MISS_NUM) Then
1030:
1031: okl_contract_status_pub.cascade_lease_status_edit
1032: (p_api_version => p_api_version,
1033: p_init_msg_list => p_init_msg_list,
1034: x_return_status => x_return_status,
1035: x_msg_count => x_msg_count,