DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_ELIG_INFO

Line 1231: l_table_name :='BEN_BATCH_ELIG_INFO';

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

Line 1234: insert into ben_batch_elig_info

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

Line 2111: select ben_batch_elig_info_s.nextval into

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