DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_DPNT_INFO_S

Line 2324: select ben_batch_dpnt_info_s.nextval into

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