DBA Data[Home] [Help]

APPS.OKL_OKC_MIGRATION_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 1794: okl_contract_status_pub.cascade_lease_status_edit

1790: -- edit points for lease contract are any modifications between statuses
1791: -- 'PASSED' and 'APPROVED'
1792: IF (x_cplv_rec.dnz_chr_id IS NOT NULL) AND (x_cplv_rec.dnz_chr_id <> OKL_API.G_MISS_NUM) THEN
1793:
1794: okl_contract_status_pub.cascade_lease_status_edit
1795: (p_api_version => p_api_version,
1796: p_init_msg_list => p_init_msg_list,
1797: x_return_status => x_return_status,
1798: x_msg_count => x_msg_count,

Line 2032: okl_contract_status_pub.cascade_lease_status_edit

2028: -- 'PASSED' and 'APPROVED'
2029: --output will not be created with null dnz_chr_id
2030: IF (x_cplv_rec.dnz_chr_id IS NOT NULL) AND (x_cplv_rec.dnz_chr_id <> OKL_API.G_MISS_NUM) THEN
2031:
2032: okl_contract_status_pub.cascade_lease_status_edit
2033: (p_api_version => p_api_version,
2034: p_init_msg_list => p_init_msg_list,
2035: x_return_status => x_return_status,
2036: x_msg_count => x_msg_count,

Line 2195: okl_contract_status_pub.cascade_lease_status_edit

2191: END IF;
2192:
2193: IF (l_dnz_chr_id IS NOT NULL AND l_dnz_chr_id <> OKL_API.G_MISS_NUM) THEN
2194:
2195: okl_contract_status_pub.cascade_lease_status_edit
2196: (p_api_version => p_api_version,
2197: p_init_msg_list => p_init_msg_list,
2198: x_return_status => x_return_status,
2199: x_msg_count => x_msg_count,

Line 2417: okl_contract_status_pub.cascade_lease_status_edit

2413: -- edit points for lease contract are any modifications between statuses
2414: -- 'PASSED' and 'APPROVED'
2415: IF (x_ctcv_rec.dnz_chr_id IS NOT NULL) AND (x_ctcv_rec.dnz_chr_id <> OKL_API.G_MISS_NUM) THEN
2416:
2417: okl_contract_status_pub.cascade_lease_status_edit
2418: (p_api_version => p_api_version,
2419: p_init_msg_list => p_init_msg_list,
2420: x_return_status => x_return_status,
2421: x_msg_count => x_msg_count,

Line 2624: okl_contract_status_pub.cascade_lease_status_edit

2620: -- edit points for lease contract are any modifications between statuses
2621: -- 'PASSED' and 'APPROVED'
2622: IF (x_ctcv_rec.dnz_chr_id IS NOT NULL) AND (x_ctcv_rec.dnz_chr_id <> OKL_API.G_MISS_NUM) THEN
2623:
2624: okl_contract_status_pub.cascade_lease_status_edit
2625: (p_api_version => p_api_version,
2626: p_init_msg_list => p_init_msg_list,
2627: x_return_status => x_return_status,
2628: x_msg_count => x_msg_count,

Line 2785: okl_contract_status_pub.cascade_lease_status_edit

2781: END IF;
2782:
2783: IF (l_dnz_chr_id IS NOT NULL) AND (l_dnz_chr_id <> OKL_API.G_MISS_NUM) THEN
2784:
2785: okl_contract_status_pub.cascade_lease_status_edit
2786: (p_api_version => p_api_version,
2787: p_init_msg_list => p_init_msg_list,
2788: x_return_status => x_return_status,
2789: x_msg_count => x_msg_count,