DBA Data[Home] [Help]

APPS.BNE_INTERFACE_KEYS_PKG dependencies on FND_LOAD_UTIL

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

185: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_key_asn);
186: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
187:
188: -- Translate owner to file_last_updated_by
189: f_luby := fnd_load_util.owner_id(x_owner);
190:
191: -- Translate char last_update_date to date
192: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
193: begin

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

197: where APPLICATION_ID = l_app_id
198: and KEY_CODE = x_key_code;
199:
200: -- Test for customization and version
201: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
202: db_ludate, x_custom_mode)) then
203: -- Update existing row
204: BNE_INTERFACE_KEYS_PKG.Update_Row(
205: X_APPLICATION_ID => l_app_id,