DBA Data[Home] [Help]

APPS.FND_PROFILE_OPTIONS_PKG dependencies on FND_APPLICATION

Line 1181: from fnd_application

1177: L_SERVERRESP_UPD_ALLOW_FL := X_SERVERRESP_UPD_ALLOW_FL;
1178: end if;
1179:
1180: select application_id into app_id
1181: from fnd_application
1182: where application_short_name = X_APPLICATION_SHORT_NAME;
1183:
1184: -- Translate owner to file_last_updated_by
1185: f_luby := fnd_load_util.owner_id(x_owner);