[Home] [Help]
196: row_id varchar2(64);
197:
198: begin
199:
200: user_id := fnd_load_util.owner_id (X_Owner);
201:
202: select count(*)
203: into h_record_exists
204: from fa_formulas
204: from fa_formulas
205: where method_id = X_Method_ID;
206:
207: if (h_record_exists > 0) then
208: if (fnd_load_util.upload_test(user_id, x_last_update_date,
209: x_db_last_updated_by,x_db_last_update_date,
210: X_CUSTOM_MODE)) then
211:
212: fa_formulas_pkg.update_row (