DBA Data[Home] [Help]

APPS.BEN_COPY_EXTRACT dependencies on BEN_EXT_DFN

Line 1398: FROM ben_ext_dfn

1394: ) IS
1395:
1396: CURSOR c_ext_dfn IS
1397: SELECT *
1398: FROM ben_ext_dfn
1399: WHERE ext_dfn_id = p_extract_dfn_id
1400: AND ((business_group_id IS NULL AND legislation_code IS NULL)
1401: OR (legislation_code IS NOT NULL
1402: AND legislation_code = p_legislation_code)

Line 1467: -- Insert into BEN_EXT_DFN using Row Handler

1463:
1464: END IF; -- r_curr_ext_dfn.ext_post_prcs_rl IS NOT NULL
1465:
1466:
1467: -- Insert into BEN_EXT_DFN using Row Handler
1468: ben_xdf_ins.ins
1469: (p_ext_dfn_id => l_new_ext_dfn_id -- OUT
1470: ,p_name => fix_name_length
1471: (p_new_extract_name||' '||r_curr_ext_dfn.name