DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_CONTRACT_REBOOK_PVT

Line 1264: OKL_CONTRACT_REBOOK_PVT.create_billing_adjustment(

1260: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) then
1261: Raise OKL_API.G_EXCEPTION_ERROR;
1262: END IF;
1263:
1264: OKL_CONTRACT_REBOOK_PVT.create_billing_adjustment(
1265: p_api_version => p_api_version,
1266: p_init_msg_list => p_init_msg_list,
1267: x_return_status => x_return_status,
1268: x_msg_count => x_msg_count,

Line 1281: OKL_CONTRACT_REBOOK_PVT.calc_accrual_adjustment(

1277: RAISE Okl_Api.G_EXCEPTION_ERROR;
1278: END IF;
1279:
1280: OKL_STREAMS_SEC_PVT.RESET_REPO_STREAMS; -- MGAAP 7263041
1281: OKL_CONTRACT_REBOOK_PVT.calc_accrual_adjustment(
1282: p_api_version => p_api_version,
1283: p_init_msg_list => p_init_msg_list,
1284: x_return_status => x_return_status,
1285: x_msg_count => x_msg_count,

Line 1320: OKL_CONTRACT_REBOOK_PVT.calc_accrual_adjustment(

1316: END IF;
1317:
1318: -- MGAAP start 7263041
1319: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS; -- MGAAP 7263041
1320: OKL_CONTRACT_REBOOK_PVT.calc_accrual_adjustment(
1321: p_api_version => p_api_version,
1322: p_init_msg_list => p_init_msg_list,
1323: x_return_status => x_return_status,
1324: x_msg_count => x_msg_count,

Line 1435: OKL_CONTRACT_REBOOK_PVT.create_inv_disb_adjustment(

1431: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
1432: RAISE Okl_Api.G_EXCEPTION_ERROR;
1433: END IF;
1434:
1435: OKL_CONTRACT_REBOOK_PVT.create_inv_disb_adjustment(
1436: p_api_version => p_api_version,
1437: p_init_msg_list => p_init_msg_list,
1438: x_return_status => x_return_status,
1439: x_msg_count => x_msg_count,

Line 1449: OKL_CONTRACT_REBOOK_PVT.calc_inv_acc_adjustment(

1445: RAISE Okl_Api.G_EXCEPTION_ERROR;
1446: END IF;
1447:
1448: l_trx_number := null; -- MGAAP 7263041
1449: OKL_CONTRACT_REBOOK_PVT.calc_inv_acc_adjustment(
1450: p_api_version => p_api_version,
1451: p_init_msg_list => p_init_msg_list,
1452: x_return_status => x_return_status,
1453: x_msg_count => x_msg_count,

Line 1488: OKL_CONTRACT_REBOOK_PVT.calc_inv_acc_adjustment(

1484:
1485: -- MGAAP start 7263041
1486: IF (l_multi_gaap_yn = 'Y') THEN
1487: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS;
1488: OKL_CONTRACT_REBOOK_PVT.calc_inv_acc_adjustment(
1489: p_api_version => p_api_version,
1490: p_init_msg_list => p_init_msg_list,
1491: x_return_status => x_return_status,
1492: x_msg_count => x_msg_count,

Line 15902: okl_contract_rebook_pvt.create_inv_disb_adjustment(

15898: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
15899: RAISE OKL_API.G_EXCEPTION_ERROR;
15900: END IF;
15901:
15902: okl_contract_rebook_pvt.create_inv_disb_adjustment(
15903: p_api_version => 1.0,
15904: p_init_msg_list => OKC_API.G_FALSE,
15905: x_return_status => x_return_status,
15906: x_msg_count => x_msg_count,