DBA Data[Home] [Help]

APPS.FND_CONCURRENT_PROGRAMS_PKG dependencies on FND_LOAD_UTIL

Line 605: f_luby := fnd_load_util.OWNER_ID(x_owner);

601: exception when others then key_id :=null;
602: end;
603:
604: -- Translate owner to file_last_updated_by
605: f_luby := fnd_load_util.OWNER_ID(x_owner);
606:
607: -- Translate char last_update_date to date
608: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
609:

Line 623: if (fnd_load_util.UPLOAD_TEST(

619: -- Record should be updated only if:
620: -- a. CUSTOM_MODE = FORCE, or
621: -- b. file owner is USER, db owner is SEED
622: -- c. owners are the same, and file_date > db_date
623: if (fnd_load_util.UPLOAD_TEST(
624: p_file_id => f_luby,
625: p_file_lud => f_ludate,
626: p_db_id => db_luby,
627: p_db_lud => db_ludate,

Line 858: f_luby := fnd_load_util.OWNER_ID(x_owner);

854: ml_id number := 0;
855:
856: begin
857: -- Translate owner to file_last_updated_by
858: f_luby := fnd_load_util.OWNER_ID(x_owner);
859:
860: -- Translate char last_update_date to date
861: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
862:

Line 913: if (fnd_load_util.UPLOAD_TEST(

909: -- Record should be updated only if:
910: -- a. CUSTOM_MODE = FORCE, or
911: -- b. file owner is USER, db owner is SEED
912: -- c. owners are the same, and file_date > db_date
913: if (fnd_load_util.UPLOAD_TEST(
914: p_file_id => f_luby,
915: p_file_lud => f_ludate,
916: p_db_id => db_luby,
917: p_db_lud => db_ludate,