DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_MAPPINGS_B

Line 566: insert into bne_mappings_b(APPLICATION_ID,

562: where content_code = l_content_code;
563:
564: ---- Create mapping ---------------------------------
565:
566: insert into bne_mappings_b(APPLICATION_ID,
567: MAPPING_CODE,
568: OBJECT_VERSION_NUMBER,
569: INTEGRATOR_APP_ID,
570: INTEGRATOR_CODE,

Line 2862: delete from bne_mappings_b where application_id = 274

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');
2864:
2865: delete from bne_interfaces_b where application_id = 274
2866: and interface_code not in ('FEM_BALANCES_INTF');