DBA Data[Home] [Help]

APPS.BEN_COPY_EXTRACT dependencies on BEN_EXT_FILE

Line 678: FROM ben_ext_file

674: ) IS
675:
676: CURSOR c_ext_file IS
677: SELECT *
678: FROM ben_ext_file
679: WHERE ext_file_id = p_ext_file_id
680: AND ((business_group_id IS NULL AND legislation_code IS NULL)
681: OR (legislation_code IS NOT NULL
682: AND legislation_code = p_legislation_code)

Line 849: -- Insert into BEN_EXT_FILE using Row Handler

845:
846: FOR r_curr_ext_file IN c_ext_file
847: LOOP -- 6 Get File Layout data for current EXT_DFN_ID
848:
849: -- Insert into BEN_EXT_FILE using Row Handler
850: ben_xfi_ins.ins
851: (
852: p_ext_file_id => l_new_ext_file_id -- OUT
853: ,p_name => fix_name_length