DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_ELIG_INFO_S

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;