DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_LAYOUTS_B

Line 655: FROM BNE_LAYOUTS_B

651:
652: BEGIN
653: SELECT 'Y'
654: INTO l_layout_exists
655: FROM BNE_LAYOUTS_B
656: WHERE APPLICATION_ID = 274
657: AND LAYOUT_CODE = l_layout_code;
658: EXCEPTION
659: WHEN NO_DATA_FOUND THEN NULL;

Line 665: -- Create Layout in BNE_LAYOUTS_B and BNE_LAYOUTS_TL

661:
662: if(l_layout_exists is null) then
663:
664: ---------------------------------------------------------------------------
665: -- Create Layout in BNE_LAYOUTS_B and BNE_LAYOUTS_TL
666: ---------------------------------------------------------------------------
667: INSERT INTO BNE_LAYOUTS_B
668: ( APPLICATION_ID
669: , LAYOUT_CODE

Line 667: INSERT INTO BNE_LAYOUTS_B

663:
664: ---------------------------------------------------------------------------
665: -- Create Layout in BNE_LAYOUTS_B and BNE_LAYOUTS_TL
666: ---------------------------------------------------------------------------
667: INSERT INTO BNE_LAYOUTS_B
668: ( APPLICATION_ID
669: , LAYOUT_CODE
670: , OBJECT_VERSION_NUMBER
671: , STYLESHEET_APP_ID

Line 2829: delete from bne_layouts_b where application_id = 274

2825:
2826: delete from bne_secured_objects where application_id = 274
2827: and object_code not in ('FEM_BALANCES_INTG');
2828:
2829: delete from bne_layouts_b where application_id = 274
2830: and layout_code not in ('FEM_BALANCES_LAYOUT');
2831:
2832: delete from bne_layouts_tl where application_id = 274
2833: and layout_code not in ('FEM_BALANCES_LAYOUT');