DBA Data[Home] [Help]

APPS.BEN_DM_INIT dependencies on BEN_DM_INPUT_FILE

Line 231: FROM ben_dm_input_file

227: l_input_file_id NUMBER;
228:
229: CURSOR csr_select_pi IS
230: SELECT input_file_id, group_order
231: FROM ben_dm_input_file
232: ORDER BY group_order asc;
233:
234: --
235: BEGIN

Line 334: FROM ben_dm_input_file

330: l_group_order NUMBER;
331:
332: CURSOR csr_select_pi IS
333: SELECT distinct group_order
334: FROM ben_dm_input_file
335: -- WHERE migration_id = r_migration_data.migration_id
336: ORDER BY group_order asc;
337:
338: --