DBA Data[Home] [Help]

APPS.FND_FORM_FUNCTIONS_PKG dependencies on FND_OBJECTS

Line 828: from fnd_objects

824:
825: if (l_object_name is not null) then
826: begin
827: select object_id into obj_id
828: from fnd_objects
829: where obj_name = X_OBJECT_NAME;
830: exception when no_data_found then
831: obj_id := null;
832: end;