DBA Data[Home] [Help]

APPS.HXC_HSD_BUS dependencies on HXC_SEEDDATA_PKG

Line 456: l_query := hxc_seeddata_pkg.get_query(p_object_type);

452: );
453: end if;
454:
455: --based on the object type, we shall get the query
456: l_query := hxc_seeddata_pkg.get_query(p_object_type);
457: if (l_query is null) then
458: hr_utility.set_message
459: (809
460: ,'HXC_HSD_INV_OBJ_TYP'