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.12010000.2 2009/06/14 08:35:56 racheruv ship $ */
3: -------------------------------------------------------------------------------------------------
4: -- GLOBAL MESSAGE CONSTANTS
5: -------------------------------------------------------------------------------------------------

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

1219: -- use this info to update the FA tables
1220: -- update all the asset details
1221: p_talv_tbl(1).tas_id := p_tas_id;
1222: p_talv_tbl(1).tal_type := 'NAS';
1223: x_talv_tbl := OKL_EQUIPMENT_EXCHANGE_PVT.GET_TAL_REC(p_talv_tbl,p_no_data_found);
1224: parse_desc(x_talv_tbl(1).description,l_asset_desc,l_item_desc);
1225:
1226: --Have to version the contract before doing any of the following tasks.
1227: p_cvmv_rec.chr_id := x_talv_tbl(1).dnz_khr_id;

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

1318:
1319: --change for making sno optional
1320: p_itiv_tbl(1).tas_id := p_tas_id;
1321: p_itiv_tbl(1).tal_type := 'NAS';
1322: x_itiv_tbl := OKL_EQUIPMENT_EXCHANGE_PVT.GET_ITEM_REC(p_itiv_tbl,p_no_data_found);
1323: If not p_no_data_found then
1324:
1325: l_instance_id := get_instance_id( x_itiv_tbl(1).instance_number_ib);
1326: update_serial_number(p_api_version => p_api_version,

Line 1431: END okl_equipment_exchange_pvt;

1427: '_PUB');
1428:
1429: END exchange;
1430:
1431: END okl_equipment_exchange_pvt;
1432: