DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_ELIG_INFO_S

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;