DBA Data[Home] [Help]

APPS.XLA_ASSIGNMENT_DEFNS_F_PKG dependencies on FND_LOAD_UTIL

Line 562: f_luby := fnd_load_util.owner_id(p_owner);

558: p_level => C_LEVEL_PROCEDURE);
559: END IF;
560:
561: -- Translate owner to file_last_updated_by
562: f_luby := fnd_load_util.owner_id(p_owner);
563:
564: -- Translate char last_update_date to date
565: f_ludate := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
566:

Line 582: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby, db_ludate, NULL)) THEN

578: AND program_owner_code = p_program_owner_code
579: AND assignment_code = p_assignment_code
580: AND assignment_owner_code = p_assignment_owner_code;
581:
582: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby, db_ludate, NULL)) THEN
583: xla_assignment_defns_f_pkg.update_row
584: (x_program_code => p_program_code
585: ,x_program_owner_code => p_program_owner_code
586: ,x_assignment_code => p_assignment_code

Line 667: f_luby := fnd_load_util.owner_id(p_owner);

663: p_level => C_LEVEL_PROCEDURE);
664: END IF;
665:
666: -- Translate owner to file_last_updated_by
667: f_luby := fnd_load_util.owner_id(p_owner);
668:
669: -- Translate char last_update_date to date
670: f_ludate := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
671: -- 14074384, the join conditions should use the PARAMTER and not the Table Column

Line 684: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

680: AND assignment_code = p_assignment_code -- changed to parameter 14074384
681: AND assignment_owner_code = p_assignment_owner_code -- changed to parameter 14074384
682: AND language = userenv('LANG');
683:
684: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
685: db_ludate, p_custom_mode)) then
686: UPDATE xla_assignment_defns_tl
687: SET name = p_name
688: ,last_update_date = f_ludate