DBA Data[Home] [Help]

APPS.EAM_CAP_MAIN_COST_PVT dependencies on FA_MASS_ADDITIONS

Line 105: -- Insert into the FA_MASS_ADDITIONS and EAM_WORK_ORER_BILLS tables

101: SAVEPOINT initiate_capitalization;
102:
103: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
104:
105: -- Insert into the FA_MASS_ADDITIONS and EAM_WORK_ORER_BILLS tables
106:
107: IF p_eam_wo_bills_tbl.count > 0 THEN
108:
109: FOR i IN p_eam_wo_bills_tbl.first .. p_eam_wo_bills_tbl.last LOOP

Line 201: SELECT fa_mass_additions_s.nextval

197: END IF;
198:
199: END IF;
200:
201: SELECT fa_mass_additions_s.nextval
202: INTO l_mass_addition_id
203: FROM SYS.DUAL ;
204:
205: IF p_eam_wo_bills_tbl.count > 0 AND l_add_to_asset = FALSE THEN

Line 244: INSERT INTO fa_mass_additions

240: END;
241:
242: /*bug 9557969.. end*/
243:
244: INSERT INTO fa_mass_additions
245: (mass_addition_id,
246: add_to_asset_id,
247: asset_category_id,
248: book_type_code,