DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_MAPPINGS_TL

Line 582: insert into bne_mappings_tl(APPLICATION_ID,

578: LAST_UPDATE_DATE)
579: values
580: (274,l_mapping_code,1,274,l_integrator_code,'N',NULL,NULL,l_user_id,SYSDATE,l_user_id,0,SYSDATE);
581:
582: insert into bne_mappings_tl(APPLICATION_ID,
583: MAPPING_CODE,
584: LANGUAGE,
585: SOURCE_LANG,
586: USER_NAME,

Line 2859: delete from bne_mappings_tl where application_id = 274

2855:
2856: delete from bne_mapping_lines where application_id = 274
2857: and mapping_code not in ('FEM_BALANCES_MAP');
2858:
2859: delete from bne_mappings_tl where application_id = 274
2860: and mapping_code not in ('FEM_BALANCES_MAP');
2861:
2862: delete from bne_mappings_b where application_id = 274
2863: and mapping_code not in ('FEM_BALANCES_MAP');