DBA Data[Home] [Help]

APPS.FEM_WEBADI_FEM_BAL_UTILS_PVT dependencies on BNE_INTERFACE_COLS_VL

Line 474: select interface_col_name from bne_interface_cols_vl

470: sequence_num not in (1,2,3,4,5,9,10,11,12);
471:
472: for bne_cols in
473: (
474: select interface_col_name from bne_interface_cols_vl
475: where interface_code = 'FEM_BALANCES_INTF'
476: and display_flag = 'Y' and enabled_flag = 'Y'
477: and sequence_num not in (1,2,3,4,5,9,10,11,12)
478: order by not_null_flag desc,upper(prompt_above)