DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_MAPPING_LINES

Line 613: insert into bne_mapping_lines

609: AND M.LANGUAGE_CODE = L.LANGUAGE_CODE
610: AND L.INSTALLED_FLAG IN ('I', 'B');
611:
612:
613: insert into bne_mapping_lines
614: (APPLICATION_ID,
615: MAPPING_CODE,
616: SEQUENCE_NUM,
617: CONTENT_APP_ID,

Line 2856: delete from bne_mapping_lines where application_id = 274

2852:
2853: delete from bne_contents_b where application_id = 274
2854: and content_code not in ('FEM_BALANCES_CNT');
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');