DBA Data[Home] [Help]

APPS.MSC_BAL_UTILS dependencies on USER_TAB_COLUMNS

Line 34: from user_tab_columns

30: bind2 DBMS_SQL.number_table;
31:
32: cursor check_oe (p_column_name varchar2) is
33: select 1
34: from user_tab_columns
35: where table_name ='OE_MRP_OPEN_DEMANDS_V'
36: and column_name = p_column_name;
37:
38: l_column_exist number;

Line 1241: from user_tab_columns

1237: lb_flow_status_code CharTab;
1238:
1239: cursor check_oe is
1240: select 1
1241: from user_tab_columns
1242: where table_name ='OE_MRP_OPEN_DEMANDS_V'
1243: and column_name ='FLOW_STATUS_CODE';
1244:
1245: l_column_exist number;