DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_WARNINGS

Line 854: ben_warnings.g_oab_warnings_count := nvl(ben_warnings.g_oab_warnings.count, 0);

850: g_batch_action_table_count := nvl(g_batch_action_table_object.count,0);
851: g_batch_elctbl_table_count := nvl(g_batch_elctbl_table_object.count,0);
852: g_batch_commu_table_count := nvl(g_batch_commu_table_object.count,0);
853:
854: ben_warnings.g_oab_warnings_count := nvl(ben_warnings.g_oab_warnings.count, 0);
855: --
856: hr_utility.set_location('Leaving:'||l_proc, 5);
857: --
858: end set_cache_record_position;

Line 926: if ben_warnings.g_oab_warnings_count > 0 then

922: g_batch_commu_table_count);
923: --
924: end if;
925:
926: if ben_warnings.g_oab_warnings_count > 0 then
927: ben_warnings.trim_warnings
928: (ben_warnings.g_oab_warnings.count-
929: ben_warnings.g_oab_warnings_count);
930: end if;

Line 927: ben_warnings.trim_warnings

923: --
924: end if;
925:
926: if ben_warnings.g_oab_warnings_count > 0 then
927: ben_warnings.trim_warnings
928: (ben_warnings.g_oab_warnings.count-
929: ben_warnings.g_oab_warnings_count);
930: end if;
931:

Line 928: (ben_warnings.g_oab_warnings.count-

924: end if;
925:
926: if ben_warnings.g_oab_warnings_count > 0 then
927: ben_warnings.trim_warnings
928: (ben_warnings.g_oab_warnings.count-
929: ben_warnings.g_oab_warnings_count);
930: end if;
931:
932: hr_utility.set_location('Leaving:'||l_proc, 5);

Line 929: ben_warnings.g_oab_warnings_count);

925:
926: if ben_warnings.g_oab_warnings_count > 0 then
927: ben_warnings.trim_warnings
928: (ben_warnings.g_oab_warnings.count-
929: ben_warnings.g_oab_warnings_count);
930: end if;
931:
932: hr_utility.set_location('Leaving:'||l_proc, 5);
933: end rollback_cache;

Line 1016: ben_warnings.write_warnings_batch ;

1012: return;
1013: --
1014: end if;
1015:
1016: ben_warnings.write_warnings_batch ;
1017:
1018: if nvl(g_report_table_object.count,0) > 0 then
1019: --
1020: l_num_recs := g_report_table_object.count;