DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on OKL_EQUIPMENT_EXCHANGE_PVT

Line 1: package body okl_equipment_exchange_pvt AS

1: package body okl_equipment_exchange_pvt AS
2: /* $Header: OKLREQXB.pls 120.5 2006/12/05 05:16:42 akrangan noship $ */
3: -------------------------------------------------------------------------------------------------
4: -- GLOBAL MESSAGE CONSTANTS
5: -------------------------------------------------------------------------------------------------

Line 1195: x_talv_tbl := OKL_EQUIPMENT_EXCHANGE_PVT.GET_TAL_REC(p_talv_tbl,p_no_data_found);

1191: -- use this info to update the FA tables
1192: -- update all the asset details
1193: p_talv_tbl(1).tas_id := p_tas_id;
1194: p_talv_tbl(1).tal_type := 'NAS';
1195: x_talv_tbl := OKL_EQUIPMENT_EXCHANGE_PVT.GET_TAL_REC(p_talv_tbl,p_no_data_found);
1196: parse_desc(x_talv_tbl(1).description,l_asset_desc,l_item_desc);
1197:
1198: --Have to version the contract before doing any of the following tasks.
1199: p_cvmv_rec.chr_id := x_talv_tbl(1).dnz_khr_id;

Line 1294: x_itiv_tbl := OKL_EQUIPMENT_EXCHANGE_PVT.GET_ITEM_REC(p_itiv_tbl,p_no_data_found);

1290:
1291: --change for making sno optional
1292: p_itiv_tbl(1).tas_id := p_tas_id;
1293: p_itiv_tbl(1).tal_type := 'NAS';
1294: x_itiv_tbl := OKL_EQUIPMENT_EXCHANGE_PVT.GET_ITEM_REC(p_itiv_tbl,p_no_data_found);
1295: If not p_no_data_found then
1296:
1297: l_instance_id := get_instance_id( x_itiv_tbl(1).instance_number_ib);
1298: update_serial_number(p_api_version => p_api_version,

Line 1403: END okl_equipment_exchange_pvt;

1399: '_PUB');
1400:
1401: END exchange;
1402:
1403: END okl_equipment_exchange_pvt;
1404: