DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_ELIG_INFO

Line 1228: l_table_name :='BEN_BATCH_ELIG_INFO';

1224: end loop;
1225: --
1226: -- Bind and populate table
1227: --
1228: l_table_name :='BEN_BATCH_ELIG_INFO';
1229: forall l_count in 1..l_num_recs
1230: --
1231: insert into ben_batch_elig_info
1232: (batch_elig_id,

Line 1231: insert into ben_batch_elig_info

1227: --
1228: l_table_name :='BEN_BATCH_ELIG_INFO';
1229: forall l_count in 1..l_num_recs
1230: --
1231: insert into ben_batch_elig_info
1232: (batch_elig_id,
1233: benefit_action_id,
1234: person_id,
1235: pgm_id,

Line 2108: select ben_batch_elig_info_s.nextval into

2104: --
2105: --
2106: g_batch_elig_table_object.extend(1);
2107: l_count := g_batch_elig_table_object.count;
2108: select ben_batch_elig_info_s.nextval into
2109: g_batch_elig_table_object(l_count).batch_elig_id
2110: from sys.dual;
2111: --
2112: g_batch_elig_table_object(l_count).benefit_action_id := g_benefit_action_id;