DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_COMP_PVT dependencies on OKL_ASD_PVT

Line 35: l_asdv_rec Okl_Asd_Pvt.asdv_rec_type;

31: l_id okl_txd_assets_B.ID%TYPE;
32: l_split_percent okl_txd_assets_B.SPLIT_PERCENT%TYPE;
33: l_oec okl_txl_assets_B.ORIGINAL_COST%TYPE;
34: l_units okl_txl_assets_B.CURRENT_UNITS%TYPE;
35: l_asdv_rec Okl_Asd_Pvt.asdv_rec_type;
36: x_asdv_rec Okl_Asd_Pvt.asdv_rec_type;
37:
38: --
39: -- need to get unit, cost to calcuate the new unit and cost!!

Line 36: x_asdv_rec Okl_Asd_Pvt.asdv_rec_type;

32: l_split_percent okl_txd_assets_B.SPLIT_PERCENT%TYPE;
33: l_oec okl_txl_assets_B.ORIGINAL_COST%TYPE;
34: l_units okl_txl_assets_B.CURRENT_UNITS%TYPE;
35: l_asdv_rec Okl_Asd_Pvt.asdv_rec_type;
36: x_asdv_rec Okl_Asd_Pvt.asdv_rec_type;
37:
38: --
39: -- need to get unit, cost to calcuate the new unit and cost!!
40: --

Line 104: Okl_Asd_Pvt.update_row(p_api_version,

100: l_asdv_rec.id := l_id;
101: l_asdv_rec.cost := l_oec * (l_split_percent/100);
102: l_asdv_rec.quantity := l_units;
103:
104: Okl_Asd_Pvt.update_row(p_api_version,
105: p_init_msg_list,
106: x_return_status,
107: x_msg_count,
108: x_msg_data,

Line 317: -- FK check take care by TAPI: OKL_ASD_PVT

313: p_token1_value => 'Item');
314: RAISE G_EXCEPTION_HALT_VALIDATION;
315: END IF;
316:
317: -- FK check take care by TAPI: OKL_ASD_PVT
318:
319: RETURN l_return_status;
320: EXCEPTION
321: WHEN G_EXCEPTION_HALT_VALIDATION THEN

Line 868: Okl_Asd_Pvt.insert_row(p_api_version,

864: --Bug# 4126331: Only upper case aset numbers are alowed in FA
865: l_asdv_rec := NULL;
866: l_asdv_rec := p_asdv_tbl(i);
867: l_asdv_rec.asset_number := upper(p_asdv_tbl(i).asset_number);
868: Okl_Asd_Pvt.insert_row(p_api_version,
869: p_init_msg_list,
870: x_return_status,
871: x_msg_count,
872: x_msg_data,

Line 1020: Okl_Asd_Pvt.update_row(p_api_version,

1016: --Bug# 4126331: Only upper case aset numbers are alowed in FA
1017: l_asdv_rec := NULL;
1018: l_asdv_rec := p_asdv_tbl(i);
1019: l_asdv_rec.asset_number := upper(p_asdv_tbl(i).asset_number);
1020: Okl_Asd_Pvt.update_row(p_api_version,
1021: p_init_msg_list,
1022: x_return_status,
1023: x_msg_count,
1024: x_msg_data,

Line 1132: Okl_Asd_Pvt.delete_row(p_api_version,

1128: x_return_status := OKL_API.G_RET_STS_SUCCESS;
1129:
1130:
1131: /*** Begin API body ****************************************************/
1132: Okl_Asd_Pvt.delete_row(p_api_version,
1133: p_init_msg_list,
1134: x_return_status,
1135: x_msg_count,
1136: x_msg_data,