DBA Data[Home] [Help]

APPS.HZ_GEO_STRUCT_MAP_PUB dependencies on DUAL

Line 434: FROM dual;

430:
431: BEGIN --insert row
432: SELECT HZ_GEO_STRUCT_MAP_S.nextval
433: INTO l_map_id
434: FROM dual;
435: hz_geo_struct_map_pvt.insert_row(
436: x_map_row_id,
437: l_map_id,
438: p_geo_struct_map_rec.country_code,