DBA Data[Home] [Help]

APPS.OKL_SPLIT_CONTRACT_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 1664: OKL_CONTRACT_STATUS_PUB.update_contract_status(

1660: END IF;
1661: CLOSE get_trx_id;
1662: -- Since we cannot delete contract line which is already booked
1663: -- So We need to change the status of the contract to INCOMPLETE
1664: OKL_CONTRACT_STATUS_PUB.update_contract_status(
1665: p_api_version => p_api_version,
1666: p_init_msg_list => p_init_msg_list,
1667: x_return_status => x_return_status,
1668: x_msg_count => x_msg_count,

Line 1678: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(

1674: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
1675: RAISE OKL_API.G_EXCEPTION_ERROR;
1676: END IF;
1677: -- We need to change the status of the Lines for the contract
1678: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(
1679: p_api_version => p_api_version,
1680: p_init_msg_list => p_init_msg_list,
1681: x_return_status => x_return_status,
1682: x_msg_count => x_msg_count,

Line 3721: OKL_CONTRACT_STATUS_PUB.update_contract_status(

3717: RAISE OKL_API.G_EXCEPTION_ERROR;
3718: END IF;
3719: END IF;
3720: -- We need to change the status of the contract
3721: OKL_CONTRACT_STATUS_PUB.update_contract_status(
3722: p_api_version => p_api_version,
3723: p_init_msg_list => p_init_msg_list,
3724: x_return_status => x_return_status,
3725: x_msg_count => x_msg_count,

Line 3736: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'OKL_CONTRACT_STATUS_PUB.update_contract_status

3732: RAISE OKL_API.G_EXCEPTION_ERROR;
3733: END IF;
3734:
3735: IF (G_DEBUG_SPLIT) THEN
3736: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'OKL_CONTRACT_STATUS_PUB.update_contract_status
3737: procedure finished with status ' || x_return_status || ' in
3738: split_contract_after_yield procedure');
3739: END IF;
3740:

Line 3742: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(

3738: split_contract_after_yield procedure');
3739: END IF;
3740:
3741: -- We need to change the status of the Lines for the contract
3742: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(
3743: p_api_version => p_api_version,
3744: p_init_msg_list => p_init_msg_list,
3745: x_return_status => x_return_status,
3746: x_msg_count => x_msg_count,

Line 3848: OKL_CONTRACT_STATUS_PUB.update_contract_status(

3844: * sjalasut, added API call to process subsidy pool transactions. END
3845: */
3846:
3847: -- We need to change the status of the contract
3848: OKL_CONTRACT_STATUS_PUB.update_contract_status(
3849: p_api_version => p_api_version,
3850: p_init_msg_list => p_init_msg_list,
3851: x_return_status => x_return_status,
3852: x_msg_count => x_msg_count,

Line 3862: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(

3858: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
3859: RAISE OKL_API.G_EXCEPTION_ERROR;
3860: END IF;
3861: -- We need to change the status of the Lines for the contract
3862: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(
3863: p_api_version => p_api_version,
3864: p_init_msg_list => p_init_msg_list,
3865: x_return_status => x_return_status,
3866: x_msg_count => x_msg_count,

Line 3881: OKL_CONTRACT_STATUS_PUB.update_contract_status(

3877: CLOSE get_old_service_id;
3878: IF ln_service_id IS NOT NULL OR
3879: ln_service_id <> OKL_API.G_MISS_NUM THEN
3880: -- We need to change the status of the contract
3881: OKL_CONTRACT_STATUS_PUB.update_contract_status(
3882: p_api_version => p_api_version,
3883: p_init_msg_list => p_init_msg_list,
3884: x_return_status => x_return_status,
3885: x_msg_count => x_msg_count,

Line 3895: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(

3891: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
3892: RAISE OKL_API.G_EXCEPTION_ERROR;
3893: END IF;
3894: -- We need to change the status of the Lines for the contract
3895: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(
3896: p_api_version => p_api_version,
3897: p_init_msg_list => p_init_msg_list,
3898: x_return_status => x_return_status,
3899: x_msg_count => x_msg_count,