DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_DPNT_INFO_S

Line 2327: select ben_batch_dpnt_info_s.nextval into

2323: --
2324: --
2325: g_batch_dpnt_table_object.extend(1);
2326: l_count := g_batch_dpnt_table_object.count;
2327: select ben_batch_dpnt_info_s.nextval into
2328: g_batch_dpnt_table_object(l_count).batch_dpnt_id
2329: from sys.dual;
2330: --
2331: g_batch_dpnt_table_object(l_count).benefit_action_id := g_benefit_action_id;