DBA Data[Home] [Help]

APPS.FEM_WEBADI_FEM_BAL_UTILS_PVT dependencies on BNE_LAYOUT_COLS

Line 492: update bne_layout_cols b

488: l_display_order := l_display_order + 1;
489:
490: end loop;
491:
492: update bne_layout_cols b
493: set interface_seq_num = (select sequence_num from bne_interface_cols_b where interface_code = 'FEM_BALANCES_INTF' and display_order = b.sequence_num
494: and sequence_num not in (1,2,3,4,5,9,10,11,12)) where layout_code = 'FEM_BALANCES_LAYOUT'
495: and block_id =2;
496: --------------------------------------------------------------------------------------------------