DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_INTERFACES_VL

Line 2723: select interface_code into l_interface_code from bne_interfaces_vl where instr(user_name,p_table_name) <>0;

2719: -- For table length with more than 20 chars the integrator/interface code won't be simply table_name || '_INTG' / '_INTF'
2720: -- We need to fetch that interface/integrator code with some other logic. One such logic used here
2721:
2722: if(length(l_table_name)>20) then
2723: select interface_code into l_interface_code from bne_interfaces_vl where instr(user_name,p_table_name) <>0;
2724: end if;
2725: ------------------------------------------------------------------------------------------------------------------------
2726:
2727: for columns_values in