DBA Data[Home] [Help]

APPS.FA_CEILINGS_PKG dependencies on FND_LOAD_UTIL

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

484: db_last_update_date date;
485:
486: begin
487:
488: user_id := fnd_load_util.owner_id (X_Owner);
489:
490: select count(*)
491: into h_record_exists
492: from fa_ceilings

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

502: where ceiling_name = X_Ceiling_Name
503: and start_date = X_Start_Date
504: and nvl (year_of_life, -9999) = nvl (X_Year_Of_Life, -9999);
505:
506: if (fnd_load_util.upload_test(user_id, x_last_update_date,
507: db_last_updated_by, db_last_update_date,
508: X_CUSTOM_MODE)) then
509:
510: fa_ceilings_pkg.update_row (