DBA Data[Home] [Help]

APPS.EAM_CAP_MAIN_COST_PVT dependencies on FA_MASS_ADDITIONS

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

90: SAVEPOINT initiate_capitalization;
91:
92: x_return_status := fnd_api.G_RET_STS_SUCCESS ;
93:
94: -- Insert into the FA_MASS_ADDITIONS and EAM_WORK_ORER_BILLS tables
95:
96: IF p_eam_wo_bills_tbl.count > 0 THEN
97:
98: FOR i IN p_eam_wo_bills_tbl.first .. p_eam_wo_bills_tbl.last LOOP

Line 188: SELECT fa_mass_additions_s.nextval

184: END IF;
185:
186: END IF;
187:
188: SELECT fa_mass_additions_s.nextval
189: INTO l_mass_addition_id
190: FROM SYS.DUAL ;
191:
192: IF p_eam_wo_bills_tbl.count > 0 AND l_add_to_asset = FALSE THEN

Line 204: INSERT INTO fa_mass_additions

200: l_queue_name := 'POST';
201: END IF;
202: END IF;
203:
204: INSERT INTO fa_mass_additions
205: (mass_addition_id,
206: add_to_asset_id,
207: asset_category_id,
208: book_type_code,