DBA Data[Home] [Help]

APPS.IEU_WORK_PANEL_PUB dependencies on IEU_WP_ACTION_PVT

Line 125: IEU_WP_ACTION_PVT.ReOrdering(x_return_status ,x_msg_count , x_msg_data

121: end loop;
122:
123: FOR cur_rec IN c_cursor2
124: LOOP
125: IEU_WP_ACTION_PVT.ReOrdering(x_return_status ,x_msg_count , x_msg_data
126: , cur_rec.sel_enum_id, cur_rec.application_id, cur_rec.maction_def_type_flag);
127: end loop;
128: EXCEPTION
129: WHEN fnd_api.g_exc_error THEN

Line 309: IEU_WP_ACTION_PVT.ReOrdering(x_return_status ,x_msg_count , x_msg_data

305: END if;
306: end LOOP;
307: FOR cur_rec IN c_cursor2
308: LOOP
309: IEU_WP_ACTION_PVT.ReOrdering(x_return_status ,x_msg_count , x_msg_data
310: , r_node_id, cur_rec.application_id, cur_rec.maction_def_type_flag);
311: end loop;
312: EXCEPTION
313: WHEN fnd_api.g_exc_error THEN