DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_INTEGRATORS_B

Line 12: from BNE_INTEGRATORS_B B

8: begin
9: delete from BNE_INTEGRATORS_TL T
10: where not exists
11: (select NULL
12: from BNE_INTEGRATORS_B B
13: where B.APPLICATION_ID = T.APPLICATION_ID
14: and B.INTEGRATOR_CODE = T.INTEGRATOR_CODE
15: ) and t.application_id=274 and t.integrator_code not in ('FEM_BALANCES_INTG','FEM_DIM_MEMBER_INTG','FEM_HIERARCHY_INTG');
16:

Line 344: where exists(select integrator_code from bne_integrators_b where

340:
341: ---------------------- Checking if an integrator is already available for normal mode
342: begin
343: select 'Y' into l_integrator_exists from dual
344: where exists(select integrator_code from bne_integrators_b where
345: integrator_code = l_integrator_code);
346: exception
347: when NO_DATA_FOUND then null;
348: end;

Line 373: update bne_integrators_b

369: );
370: -- Bug#7423745
371: add_integrator_language;
372:
373: update bne_integrators_b
374: set upload_param_list_app_id = 274,
375: upload_param_list_code = 'FEM_TABLES_UPL_LIST',
376: upload_serv_param_list_app_id = 231,
377: upload_serv_param_list_code = 'UPL_SERV_INTERF_COLS',

Line 2880: delete from bne_integrators_b where application_id = 274

2876:
2877: delete from bne_integrators_tl where application_id = 274
2878: and integrator_code not in ('FEM_BALANCES_INTG');
2879:
2880: delete from bne_integrators_b where application_id = 274
2881: and integrator_code not in ('FEM_BALANCES_INTG');
2882:
2883: delete from bne_stored_sql where application_id = 274
2884: and content_code not in ('FEM_BALANCES_CNT');