DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_LAYOUT_BLOCKS_TL

Line 840: INSERT INTO BNE_LAYOUT_BLOCKS_TL

836: , l_user_id
837: , l_login_id
838: );
839:
840: INSERT INTO BNE_LAYOUT_BLOCKS_TL
841: ( APPLICATION_ID
842: , LAYOUT_CODE
843: , BLOCK_ID
844: , USER_NAME

Line 974: INSERT INTO BNE_LAYOUT_BLOCKS_TL

970: , l_user_id
971: , l_login_id
972: );
973:
974: INSERT INTO BNE_LAYOUT_BLOCKS_TL
975: ( APPLICATION_ID
976: , LAYOUT_CODE
977: , BLOCK_ID
978: , USER_NAME

Line 2838: delete from bne_layout_blocks_tl where application_id = 274

2834:
2835: delete from bne_layout_cols where application_id = 274
2836: and layout_code not in ('FEM_BALANCES_LAYOUT');
2837:
2838: delete from bne_layout_blocks_tl where application_id = 274
2839: and layout_code not in ('FEM_BALANCES_LAYOUT');
2840:
2841: delete from bne_layout_blocks_b where application_id = 274
2842: and layout_code not in ('FEM_BALANCES_LAYOUT');