DBA Data[Home] [Help]

APPS.BNE_RAW_QUERY_PKG dependencies on FND_LOAD_UTIL

Line 170: f_luby := fnd_load_util.owner_id(x_owner);

166: -- translate values to IDs
167: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_query_asn);
168:
169: -- Translate owner to file_last_updated_by
170: f_luby := fnd_load_util.owner_id(x_owner);
171:
172: -- Translate char last_update_date to date
173: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
174: begin

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

179: and QUERY_CODE = x_query_code
180: and SEQUENCE_NUM = x_sequence_num;
181:
182: -- Test for customization and version
183: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
184: db_ludate, x_custom_mode)) then
185: -- Update existing row
186: BNE_RAW_QUERY_PKG.Update_Row(
187: X_APPLICATION_ID => l_app_id,