|
1 |
| --- file_checksum: E57DDC095C6D70846D3DFDC53352B33F97AB20795648DB0CDF9A3FF6E2B44BE4 |
| 1 | +-- file_checksum: 9DE3B5894BBC21E330B01539DBE1A7F65C4CDCDEE60F827650174CBCF66ADD30 |
2 | 2 | -------------------------------------------------------------------------------
|
3 | 3 | -- Copyright (c) 2024,2025 Oracle and/or its affiliates.
|
4 | 4 | -- Licensed under the Universal Permissive License v 1.0 as shown
|
@@ -31,14 +31,72 @@ wwv_flow_imp_page.create_page(
|
31 | 31 | ,p_dialog_height=>'1000'
|
32 | 32 | ,p_dialog_width=>'1400'
|
33 | 33 | ,p_protection_level=>'C'
|
34 |
| -,p_page_component_map=>'18' |
| 34 | +,p_page_component_map=>'23' |
| 35 | +); |
| 36 | +wwv_flow_imp_page.create_page_plug( |
| 37 | + p_id=>wwv_flow_imp.id(104514702587194114) |
| 38 | +,p_plug_name=>'Statuts' |
| 39 | +,p_region_template_options=>'margin-bottom-md' |
| 40 | +,p_plug_template=>wwv_flow_imp.id(468206296054671228) |
| 41 | +,p_plug_display_sequence=>60 |
| 42 | +,p_query_type=>'SQL' |
| 43 | +,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2( |
| 44 | +'select', |
| 45 | +' 1 as seq', |
| 46 | +' ,''Imported Successfully'' as label', |
| 47 | +' ,''fa fa-check'' as icon', |
| 48 | +' ,''u-success'' as icon_class', |
| 49 | +' ,:P45_IMPORT_SUCCESS as value ', |
| 50 | +'from', |
| 51 | +' dual', |
| 52 | +'union', |
| 53 | +'select', |
| 54 | +' 2 as seq', |
| 55 | +' ,''Failed Imports'' as label', |
| 56 | +' ,''fa fa-times'' as icon', |
| 57 | +' ,''u-danger'' as icon_class', |
| 58 | +' ,:P45_IMPORT_FAIL as value ', |
| 59 | +'from', |
| 60 | +' dual', |
| 61 | +'union', |
| 62 | +'select', |
| 63 | +' 3 as seq', |
| 64 | +' ,''Duplicate Exceptions'' as label', |
| 65 | +' ,''fa fa-copy'' as icon', |
| 66 | +' ,''u-warning'' as icon_class', |
| 67 | +' ,:P45_IMPORT_DUPLICATE as value ', |
| 68 | +'from', |
| 69 | +' dual', |
| 70 | +'')) |
| 71 | +,p_lazy_loading=>false |
| 72 | +,p_plug_source_type=>'NATIVE_CARDS' |
| 73 | +,p_plug_query_num_rows_type=>'SCROLL' |
| 74 | +,p_show_total_row_count=>false |
| 75 | +,p_landmark_type=>'region' |
| 76 | +); |
| 77 | +wwv_flow_imp_page.create_card( |
| 78 | + p_id=>wwv_flow_imp.id(104515006018194117) |
| 79 | +,p_region_id=>wwv_flow_imp.id(104514702587194114) |
| 80 | +,p_layout_type=>'GRID' |
| 81 | +,p_grid_column_count=>3 |
| 82 | +,p_title_adv_formatting=>false |
| 83 | +,p_title_column_name=>'LABEL' |
| 84 | +,p_sub_title_adv_formatting=>false |
| 85 | +,p_body_adv_formatting=>false |
| 86 | +,p_second_body_adv_formatting=>false |
| 87 | +,p_icon_source_type=>'DYNAMIC_CLASS' |
| 88 | +,p_icon_class_column_name=>'ICON' |
| 89 | +,p_icon_css_classes=>'&ICON_CLASS.' |
| 90 | +,p_icon_position=>'START' |
| 91 | +,p_badge_column_name=>'VALUE' |
| 92 | +,p_media_adv_formatting=>false |
35 | 93 | );
|
36 | 94 | wwv_flow_imp_page.create_page_plug(
|
37 | 95 | p_id=>wwv_flow_imp.id(426874714603579357)
|
38 | 96 | ,p_plug_name=>'Exception Upload Results'
|
39 | 97 | ,p_region_template_options=>'#DEFAULT#'
|
40 | 98 | ,p_plug_template=>wwv_flow_imp.id(468256028801671271)
|
41 |
| -,p_plug_display_sequence=>60 |
| 99 | +,p_plug_display_sequence=>70 |
42 | 100 | ,p_query_type=>'SQL'
|
43 | 101 | ,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2(
|
44 | 102 | 'select',
|
@@ -126,7 +184,7 @@ wwv_flow_imp_page.create_worksheet_column(
|
126 | 184 | ,p_db_column_name=>'PAGE_ID'
|
127 | 185 | ,p_display_order=>30
|
128 | 186 | ,p_column_identifier=>'C'
|
129 |
| -,p_column_label=>'Page Id' |
| 187 | +,p_column_label=>'Page ID' |
130 | 188 | ,p_column_type=>'STRING'
|
131 | 189 | ,p_heading_alignment=>'LEFT'
|
132 | 190 | ,p_use_as_row_header=>'N'
|
@@ -281,63 +339,43 @@ wwv_flow_imp_page.create_page_item(
|
281 | 339 | ,p_name=>'P45_IMPORT_SUCCESS'
|
282 | 340 | ,p_item_sequence=>30
|
283 | 341 | ,p_use_cache_before_default=>'NO'
|
284 |
| -,p_prompt=>'Import Success' |
285 | 342 | ,p_source=>wwv_flow_string.join(wwv_flow_t_varchar2(
|
286 | 343 | 'select count(*)',
|
287 | 344 | 'from apex_collections',
|
288 | 345 | 'where collection_name = ''EXCEPTIONS''',
|
289 | 346 | 'and c001 = ''SUCCESS'''))
|
290 | 347 | ,p_source_type=>'QUERY'
|
291 |
| -,p_display_as=>'NATIVE_DISPLAY_ONLY' |
292 |
| -,p_field_template=>wwv_flow_imp.id(468536483915671350) |
293 |
| -,p_item_template_options=>'#DEFAULT#' |
| 348 | +,p_display_as=>'NATIVE_HIDDEN' |
294 | 349 | ,p_attribute_01=>'Y'
|
295 |
| -,p_attribute_02=>'VALUE' |
296 |
| -,p_attribute_04=>'Y' |
297 |
| -,p_attribute_05=>'PLAIN' |
298 | 350 | );
|
299 | 351 | wwv_flow_imp_page.create_page_item(
|
300 | 352 | p_id=>wwv_flow_imp.id(52392118276323213)
|
301 | 353 | ,p_name=>'P45_IMPORT_FAIL'
|
302 | 354 | ,p_item_sequence=>40
|
303 | 355 | ,p_use_cache_before_default=>'NO'
|
304 |
| -,p_prompt=>'Import Fail' |
305 | 356 | ,p_source=>wwv_flow_string.join(wwv_flow_t_varchar2(
|
306 | 357 | 'select count(*)',
|
307 | 358 | 'from apex_collections',
|
308 | 359 | 'where collection_name = ''EXCEPTIONS''',
|
309 | 360 | 'and c001 = ''FAIL'''))
|
310 | 361 | ,p_source_type=>'QUERY'
|
311 |
| -,p_display_as=>'NATIVE_DISPLAY_ONLY' |
312 |
| -,p_begin_on_new_line=>'N' |
313 |
| -,p_field_template=>wwv_flow_imp.id(468536483915671350) |
314 |
| -,p_item_template_options=>'#DEFAULT#' |
| 362 | +,p_display_as=>'NATIVE_HIDDEN' |
315 | 363 | ,p_attribute_01=>'Y'
|
316 |
| -,p_attribute_02=>'VALUE' |
317 |
| -,p_attribute_04=>'Y' |
318 |
| -,p_attribute_05=>'PLAIN' |
319 | 364 | );
|
320 | 365 | wwv_flow_imp_page.create_page_item(
|
321 | 366 | p_id=>wwv_flow_imp.id(52392220193323214)
|
322 | 367 | ,p_name=>'P45_IMPORT_DUPLICATE'
|
323 | 368 | ,p_item_sequence=>50
|
324 | 369 | ,p_use_cache_before_default=>'NO'
|
325 |
| -,p_prompt=>'Duplicate Exceptions' |
326 | 370 | ,p_source=>wwv_flow_string.join(wwv_flow_t_varchar2(
|
327 | 371 | 'select count(*)',
|
328 | 372 | 'from apex_collections',
|
329 | 373 | 'where collection_name = ''EXCEPTIONS''',
|
330 | 374 | 'and c001 = ''FAIL''',
|
331 | 375 | 'and c002 like ''%duplicate%'''))
|
332 | 376 | ,p_source_type=>'QUERY'
|
333 |
| -,p_display_as=>'NATIVE_DISPLAY_ONLY' |
334 |
| -,p_begin_on_new_line=>'N' |
335 |
| -,p_field_template=>wwv_flow_imp.id(468536483915671350) |
336 |
| -,p_item_template_options=>'#DEFAULT#' |
| 377 | +,p_display_as=>'NATIVE_HIDDEN' |
337 | 378 | ,p_attribute_01=>'Y'
|
338 |
| -,p_attribute_02=>'VALUE' |
339 |
| -,p_attribute_04=>'Y' |
340 |
| -,p_attribute_05=>'PLAIN' |
341 | 379 | );
|
342 | 380 | wwv_flow_imp_page.create_page_da_event(
|
343 | 381 | p_id=>wwv_flow_imp.id(51378960908441485)
|
|
0 commit comments