DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on BEN_BENBATCH_PERSONS

Line 1: PACKAGE BODY ben_benbatch_persons AS

1: PACKAGE BODY ben_benbatch_persons AS
2: /* $Header: benbatpe.pkb 120.8.12010000.5 2009/02/24 10:58:03 krupani ship $ */
3: --------------------------------------------------------------------------------
4: /*
5: +==============================================================================+

Line 166: g_package VARCHAR2(80) := 'ben_benbatch_persons';

162: 24-Feb-08 krupani 115.72 Bug 7307975 - Further changes
163: 25-Feb-08 krupani 115.73 Bug 7307975 - Corrected the fix in version 115.72
164: */
165: --------------------------------------------------------------------------------
166: g_package VARCHAR2(80) := 'ben_benbatch_persons';
167: TYPE g_number_table_type IS TABLE OF NUMBER
168: INDEX BY BINARY_INTEGER;
169: --
170: FUNCTION check_selection_rule(

Line 317: l_person_id_process ben_benbatch_persons.g_number_table_type;

313: l_start_person_action_id NUMBER;
314: l_end_person_action_id NUMBER;
315: --
316: l_person_id_fetch NUMBER;
317: l_person_id_process ben_benbatch_persons.g_number_table_type;
318: l_person_action_id_table ben_benbatch_persons.g_number_table_type;
319: l_to_chunk_loop NUMBER := 0;
320: --
321: -- Local variables

Line 318: l_person_action_id_table ben_benbatch_persons.g_number_table_type;

314: l_end_person_action_id NUMBER;
315: --
316: l_person_id_fetch NUMBER;
317: l_person_id_process ben_benbatch_persons.g_number_table_type;
318: l_person_action_id_table ben_benbatch_persons.g_number_table_type;
319: l_to_chunk_loop NUMBER := 0;
320: --
321: -- Local variables
322: --

Line 1042: l_person_id_process ben_benbatch_persons.g_number_table_type;

1038: c_person_life cur_type;
1039: --
1040: --
1041: l_person_id_fetch NUMBER;
1042: l_person_id_process ben_benbatch_persons.g_number_table_type;
1043: l_person_action_id_table ben_benbatch_persons.g_number_table_type;
1044: l_to_chunk_loop NUMBER := 0;
1045: --
1046: --

Line 1043: l_person_action_id_table ben_benbatch_persons.g_number_table_type;

1039: --
1040: --
1041: l_person_id_fetch NUMBER;
1042: l_person_id_process ben_benbatch_persons.g_number_table_type;
1043: l_person_action_id_table ben_benbatch_persons.g_number_table_type;
1044: l_to_chunk_loop NUMBER := 0;
1045: --
1046: --
1047: -- Local variables

Line 2209: END ben_benbatch_persons;

2205: -- hr_utility.set_location('Leaving '||l_package,10);
2206: --
2207: END create_restart_person_actions;
2208: --
2209: END ben_benbatch_persons;