DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_INTERFACES_TL

Line 442: ----- Create the interface in the BNE_INTERFACES_TL table

438: SYSDATE,
439: l_user_id,
440: SYSDATE);
441:
442: ----- Create the interface in the BNE_INTERFACES_TL table
443:
444: INSERT INTO BNE_INTERFACES_TL
445: ( APPLICATION_ID,
446: INTERFACE_CODE,

Line 444: INSERT INTO BNE_INTERFACES_TL

440: SYSDATE);
441:
442: ----- Create the interface in the BNE_INTERFACES_TL table
443:
444: INSERT INTO BNE_INTERFACES_TL
445: ( APPLICATION_ID,
446: INTERFACE_CODE,
447: LANGUAGE,
448: SOURCE_LANG,

Line 2868: delete from bne_interfaces_tl where application_id = 274

2864:
2865: delete from bne_interfaces_b where application_id = 274
2866: and interface_code not in ('FEM_BALANCES_INTF');
2867:
2868: delete from bne_interfaces_tl where application_id = 274
2869: and interface_code not in ('FEM_BALANCES_INTF');
2870:
2871: delete from bne_interface_cols_b where application_id = 274
2872: and interface_code not in ('FEM_BALANCES_INTF');