DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_LAYOUTS_TL

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 710: INSERT INTO BNE_LAYOUTS_TL

706: , NULL
707: , NULL
708: );
709:
710: INSERT INTO BNE_LAYOUTS_TL
711: ( APPLICATION_ID
712: , LAYOUT_CODE
713: , USER_NAME
714: , CREATED_BY

Line 2832: delete from bne_layouts_tl where application_id = 274

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');
2834:
2835: delete from bne_layout_cols where application_id = 274
2836: and layout_code not in ('FEM_BALANCES_LAYOUT');