DBA Data[Home] [Help]

APPS.IEU_WORKPANEL_PVT dependencies on IEU_WP_NODE_SECTION_MAPS_S1

Line 917: select IEU_WP_NODE_SECTION_MAPS_S1.nextval into l_wp_node_section_map_id from sys.dual;

913:
914:
915: else
916:
917: select IEU_WP_NODE_SECTION_MAPS_S1.nextval into l_wp_node_section_map_id from sys.dual;
918:
919: insert INTO IEU_WP_NODE_SECTION_MAPS
920: (WP_NODE_SECTION_MAP_ID,
921: OBJECT_VERSION_NUMBER,

Line 2842: select IEU_WP_NODE_SECTION_MAPS_S1.nextval into l_wp_node_section_map_id from sys.dual;

2838: where ENUM_TYPE_UUID = l_enum_uuid
2839: and APPLICATION_ID = p_application
2840: and SECTION_ID = l_section_id;
2841: else
2842: select IEU_WP_NODE_SECTION_MAPS_S1.nextval into l_wp_node_section_map_id from sys.dual;
2843: insert INTO IEU_WP_NODE_SECTION_MAPS
2844: (WP_NODE_SECTION_MAP_ID,
2845: OBJECT_VERSION_NUMBER,
2846: CREATED_BY,