DBA Data[Home] [Help]

APPS.FA_CEILINGS_PKG dependencies on FND_LOAD_UTIL

Line 376: user_id := fnd_load_util.owner_id (X_Owner);

372: db_last_update_date date;
373:
374: begin
375:
376: user_id := fnd_load_util.owner_id (X_Owner);
377:
378: select count(*)
379: into h_record_exists
380: from fa_ceilings

Line 394: if (fnd_load_util.upload_test(user_id, x_last_update_date,

390: where ceiling_name = X_Ceiling_Name
391: and start_date = X_Start_Date
392: and nvl (year_of_life, -9999) = nvl (X_Year_Of_Life, -9999);
393:
394: if (fnd_load_util.upload_test(user_id, x_last_update_date,
395: db_last_updated_by, db_last_update_date,
396: X_CUSTOM_MODE)) then
397:
398: fa_ceilings_pkg.update_row (