DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_LOOKUP_VALUES

Line 1144: from fnd_lookup_values

1140: ) is
1141:
1142: cursor c_funding_status is
1143: select 'x'
1144: from fnd_lookup_values
1145: where lookup_type = 'FUNDING_STATUS'
1146: and enabled_flag = 'Y'
1147: and language = userenv('LANG')
1148: and lookup_code = upper(p_funding_status);