DBA Data[Home] [Help]

APPS.FEM_WEBADI_TABLES_UTILS_PVT dependencies on BNE_LAYOUT_COLS

Line 1008: -- Delete and Insert into BNE_LAYOUT_COLS

1004: END IF;
1005:
1006:
1007: -----------------------------------------------------------------------------
1008: -- Delete and Insert into BNE_LAYOUT_COLS
1009: -----------------------------------------------------------------------------
1010: delete from
1011: bne_layout_cols
1012: where

Line 1011: bne_layout_cols

1007: -----------------------------------------------------------------------------
1008: -- Delete and Insert into BNE_LAYOUT_COLS
1009: -----------------------------------------------------------------------------
1010: delete from
1011: bne_layout_cols
1012: where
1013: layout_code = l_layout_code;
1014:
1015: for layout_cols in

Line 1023: INSERT INTO BNE_LAYOUT_COLS

1019: and display_flag = 'Y'
1020: )
1021: loop
1022:
1023: INSERT INTO BNE_LAYOUT_COLS
1024: ( APPLICATION_ID
1025: , LAYOUT_CODE
1026: , BLOCK_ID
1027: , OBJECT_VERSION_NUMBER

Line 1072: update bne_layout_cols b

1068:
1069: l_layout_seq := l_layout_seq + 1;
1070: end loop;
1071:
1072: update bne_layout_cols b
1073: set interface_seq_num = (select sequence_num from bne_interface_cols_b where interface_code = l_interface_code and display_order = b.sequence_num)
1074: where layout_code = l_layout_code
1075: and block_id =2;
1076:

Line 2835: delete from bne_layout_cols where application_id = 274

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');
2837:
2838: delete from bne_layout_blocks_tl where application_id = 274
2839: and layout_code not in ('FEM_BALANCES_LAYOUT');