DBA Data[Home] [Help]

APPS.FND_LOOKUP_TYPES_PKG dependencies on FND_APPLICATION

Line 558: from FND_APPLICATION

554: begin
555:
556: select APPLICATION_ID
557: into view_appid
558: from FND_APPLICATION
559: where APPLICATION_SHORT_NAME = x_view_appsname;
560:
561: select APPLICATION_ID
562: into owner_appid

Line 563: from FND_APPLICATION

559: where APPLICATION_SHORT_NAME = x_view_appsname;
560:
561: select APPLICATION_ID
562: into owner_appid
563: from FND_APPLICATION
564: where APPLICATION_SHORT_NAME = x_application_short_name;
565:
566: -- Translate owner to file_last_updated_by
567: f_luby := fnd_load_util.owner_id(x_owner);