DBA Data[Home] [Help]

APPS.BEN_DM_DATA_UTIL dependencies on BEN_DM_INPUT_FILE

Line 1243: from ben_dm_input_file inf

1239: -- cursor to Fetch Data from BEN_DM_FILE_INPUT table.
1240: --
1241: cursor csr_get_inf is
1242: select *
1243: from ben_dm_input_file inf
1244: where group_order = p_group_order
1245: and person_type = 'P'
1246: ;
1247: