DBA Data[Home] [Help]

APPS.HRI_OPL_SETUP_DIAGNOSTIC dependencies on HRI_BPL_SETUP_DIAGNOSTIC

Line 461: hri_bpl_setup_diagnostic.check_profile_option

457: -- Loop through profile diagnostics
458: FOR i IN l_profile_tab.FIRST..l_profile_tab.LAST LOOP
459:
460: -- Get the profile option details
461: hri_bpl_setup_diagnostic.check_profile_option
462: (p_profile_name => l_profile_tab(i),
463: p_functional_area => p_functional_area,
464: p_user_profile_name => l_user_profile_name,
465: p_profile_value => l_profile_value,

Line 516: l_formula_tab hri_bpl_setup_diagnostic.fast_formula_tab_type;

512: l_user_formula_list g_varchar2_tab_type;
513: l_impact_msg_tab g_impact_msg_tab_type;
514: l_col_list hri_bpl_conc_log.col_list_tab_type;
515: l_impact_index PLS_INTEGER;
516: l_formula_tab hri_bpl_setup_diagnostic.fast_formula_tab_type;
517: l_formula_impact hri_bpl_setup_diagnostic.impact_msg_tab_type;
518: l_msg_code VARCHAR2(240);
519:
520: BEGIN

Line 517: l_formula_impact hri_bpl_setup_diagnostic.impact_msg_tab_type;

513: l_impact_msg_tab g_impact_msg_tab_type;
514: l_col_list hri_bpl_conc_log.col_list_tab_type;
515: l_impact_index PLS_INTEGER;
516: l_formula_tab hri_bpl_setup_diagnostic.fast_formula_tab_type;
517: l_formula_impact hri_bpl_setup_diagnostic.impact_msg_tab_type;
518: l_msg_code VARCHAR2(240);
519:
520: BEGIN
521:

Line 567: hri_bpl_setup_diagnostic.check_fast_formula

563: -- Loop through the seeded fast formulas in the diagnostics table
564: FOR i IN l_formula_list.FIRST..l_formula_list.LAST LOOP
565:
566: -- Get formula information
567: hri_bpl_setup_diagnostic.check_fast_formula
568: (p_ff_name => l_formula_list(i),
569: p_functional_area => p_functional_area,
570: p_type => 'SEEDED',
571: p_formula_tab => l_formula_tab,

Line 630: hri_bpl_setup_diagnostic.check_fast_formula

626: -- Loop through the user defined fast formulas in the diagnostics table
627: FOR i IN l_user_formula_list.FIRST..l_user_formula_list.LAST LOOP
628:
629: -- Get formula information
630: hri_bpl_setup_diagnostic.check_fast_formula
631: (p_ff_name => l_user_formula_list(i),
632: p_functional_area => p_functional_area,
633: p_type => 'USER',
634: p_formula_tab => l_formula_tab,

Line 753: hri_bpl_setup_diagnostic.check_triggers

749: -- Loop through triggers to process
750: FOR i IN l_trigger_list.FIRST..l_trigger_list.LAST LOOP
751:
752: -- Get the trigger info
753: hri_bpl_setup_diagnostic.check_triggers
754: (p_trigger_name => l_trigger_list(i),
755: p_functional_area => p_functional_area,
756: p_generated => l_generated,
757: p_enabled => l_enabled,

Line 849: hri_bpl_setup_diagnostic.check_dbi_tables

845: -- Loop through tables to process
846: FOR i IN l_table_list.FIRST..l_table_list.LAST LOOP
847:
848: -- Get the table info
849: hri_bpl_setup_diagnostic.check_dbi_tables
850: (p_table_name => l_table_list(i),
851: p_functional_area => p_functional_area,
852: p_status => l_status,
853: p_impact => l_impact,

Line 907: l_flex_structure_tab hri_bpl_setup_diagnostic.job_flex_tab_type;

903: l_index VARCHAR2(240);
904: l_col_list hri_bpl_conc_log.col_list_tab_type;
905: l_job_family_mode VARCHAR2(30);
906: l_job_function_mode VARCHAR2(30);
907: l_flex_structure_tab hri_bpl_setup_diagnostic.job_flex_tab_type;
908: l_status VARCHAR2(240);
909: l_impact BOOLEAN;
910: l_impact_msg VARCHAR2(32000);
911: l_doc_links_url VARCHAR2(32000);

Line 947: hri_bpl_setup_diagnostic.check_job

943: p_line_type => 'TABLE_HEADER',
944: p_col_list => l_col_list);
945:
946: -- Get the job structure details
947: hri_bpl_setup_diagnostic.check_job
948: (p_job_family_mode => l_job_family_mode,
949: p_job_function_mode => l_job_function_mode,
950: p_flex_structure_tab => l_flex_structure_tab,
951: p_impact => l_impact,

Line 1074: hri_bpl_setup_diagnostic.check_geography

1070: p_line_type => 'TABLE_HEADER',
1071: p_col_list => l_col_list);
1072:
1073: -- Get the diagnostic information
1074: hri_bpl_setup_diagnostic.check_geography
1075: (p_context_name => l_context_name,
1076: p_flex_column => l_flex_column,
1077: p_status => l_status,
1078: p_impact => l_impact,

Line 1163: hri_bpl_setup_diagnostic.check_buckets

1159: -- Loop through buckets to process
1160: FOR i IN l_bucket_list.FIRST..l_bucket_list.LAST LOOP
1161:
1162: -- Get the bucket info
1163: hri_bpl_setup_diagnostic.check_buckets
1164: (p_bucket_name => l_bucket_list(i),
1165: p_functional_area => p_functional_area,
1166: p_user_bucket_name => l_user_bucket_name,
1167: p_status => l_status,

Line 1223: HRI_BPL_SETUP_DIAGNOSTIC.pplt_obj_farea_tab;

1219: -- Set the global variables
1220: set_concurrent_logging(TRUE);
1221: set_debugging(FALSE);
1222: set_globals;
1223: HRI_BPL_SETUP_DIAGNOSTIC.pplt_obj_farea_tab;
1224: -- Print a header
1225: display_header
1226: (p_functional_area => p_functional_area);
1227: