DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on BEN_XFI_UPD

Line 2037: ben_xfi_upd.upd

2033:
2034: end if ;
2035:
2036:
2037: ben_xfi_upd.upd
2038: (
2039: p_ext_file_id => l_ext_file_id
2040: ,p_name => p_file_name
2041: ,p_ext_rcd_in_file_id => l_ext_rcd_in_file_id

Line 2148: ben_xfi_upd.upd

2144: end if ;
2145: --- data exist and global and xml_tag name is not matching
2146: --- update the extract file layout
2147: if nvl(l_xml_tag_name, '-1') <> nvl( p_xml_tag_name,'-1') then
2148: ben_xfi_upd.upd
2149: (
2150: p_ext_file_id => l_ext_file_id
2151: ,p_name => p_file_name
2152: ,p_xml_tag_name => p_xml_tag_name