DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_ASSET_TRX_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 179: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;

175: i NUMBER;
176: l_asset_books_error EXCEPTION;
177:
178:
179: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
180:
181: lp_thpv_rec thpv_rec_type;
182: lx_thpv_rec thpv_rec_type;
183: l_total_count NUMBER;

Line 1241: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

1237:
1238: -- update the staus (tsu_code) in okl_trx_assets_v
1239: lp_thpv_rec.id := l_trxassets_tbl(j).id;
1240: lp_thpv_rec.tsu_code := 'PROCESSED';
1241: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
1242: p_api_version => p_api_version,
1243: p_init_msg_list => OKC_API.G_FALSE,
1244: x_return_status => l_return_status,
1245: x_msg_count => x_msg_count,

Line 1315: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

1311: LOOP
1312: -- update the staus (tsu_code) in okl_trx_assets_v
1313: lp_thpv_rec.id := l_trxassets_tbl(j).id;
1314: lp_thpv_rec.tsu_code := 'ERROR';
1315: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
1316: p_api_version => p_api_version,
1317: p_init_msg_list => OKC_API.G_FALSE,
1318: x_return_status => l_return_status,
1319: x_msg_count => x_msg_count,

Line 1652: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

1648: IF l_transaction_status = OKC_API.G_RET_STS_SUCCESS THEN
1649: -- update the staus (tsu_code) in okl_trx_assets_v
1650: lp_thpv_rec.id := l_assetsvtrx_rec.id;
1651: lp_thpv_rec.tsu_code := 'PROCESSED';
1652: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
1653: p_api_version => p_api_version,
1654: p_init_msg_list => OKC_API.G_FALSE,
1655: x_return_status => l_return_status,
1656: x_msg_count => x_msg_count,

Line 1686: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

1682: ELSE -- FA changes have already been rolled back at this point
1683: -- update the staus (tsu_code) in okl_trx_assets_v
1684: lp_thpv_rec.id := l_assetsvtrx_rec.id;
1685: lp_thpv_rec.tsu_code := 'ERROR';
1686: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
1687: p_api_version => p_api_version,
1688: p_init_msg_list => OKC_API.G_FALSE,
1689: x_return_status => l_return_status,
1690: x_msg_count => x_msg_count,