DBA Data[Home] [Help]

APPS.BNE_SECURITY_RULES_PKG dependencies on FND_LOAD_UTIL

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

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

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

176: where APPLICATION_ID = l_app_id
177: and SECURITY_CODE = x_security_rule_code;
178:
179: -- Test for customization and version
180: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
181: db_ludate, x_custom_mode)) then
182: -- Update existing row
183: BNE_SECURITY_RULES_PKG.Update_Row(
184: X_APPLICATION_ID => l_app_id,