DBA Data[Home] [Help]

APPS.BNE_STORED_SQL_PKG dependencies on FND_LOAD_UTIL

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

178: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_content_asn);
179: l_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_query_app_asn);
180:
181: -- Translate owner to file_last_updated_by
182: f_luby := fnd_load_util.owner_id(x_owner);
183:
184: -- Translate char last_update_date to date
185: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
186: begin

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

190: where APPLICATION_ID = l_app_id
191: and CONTENT_CODE = x_content_code;
192:
193: -- Test for customization and version
194: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
195: db_ludate, x_custom_mode)) then
196: -- Update existing row
197: BNE_STORED_SQL_PKG.Update_Row(
198: X_APPLICATION_ID => l_app_id,