DBA Data[Home] [Help]

APPS.PQH_EFC_INFO dependencies on ALL_TAB_COLUMNS

Line 28: select 'Y' from all_tab_columns

24:
25: l_ret boolean := FND_INSTALLATION.GET_APP_INFO ('PER', l_status,
26: l_industry, l_owner);
27: cursor csr_test (p_owner varchar2) is
28: select 'Y' from all_tab_columns
29: where table_name ='PQH_BUDGET_VERSIONS'
30: and column_name ='BUDGET_UNIT1_VALUE'
31: and data_precision is null
32: and owner = p_owner;