DBA Data[Home] [Help]

APPS.MSD_DP_FORMULA_PARAMETER_PKG dependencies on FND_LOAD_UTIL

Line 56: f_luby := fnd_load_util.owner_id(P_OWNER);

52: and formula_name = p_formula_name;
53: end if;
54:
55: -- Translate owner to file_last_updated_by
56: f_luby := fnd_load_util.owner_id(P_OWNER);
57:
58: -- Translate char last_update_date to date
59: f_ludate := nvl(to_date(P_LAST_UPDATE_DATE, 'YYYY/MM/DD'), sysdate);
60: begin

Line 70: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

66: and where_used = p_where_used
67: and parameter_sequence = p_parameter_sequence;
68:
69: -- Test for customization and version
70: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
71: db_ludate, P_CUSTOM_MODE)) then
72: -- Update existing row
73: update msd_dp_formula_parameters
74: set enabled_flag = p_enabled_flag