DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_LOOKUP_VALUES

Line 1158: from fnd_lookup_values

1154: ) is
1155:
1156: cursor c_funding_status is
1157: select 'x'
1158: from fnd_lookup_values
1159: where lookup_type = 'FUNDING_STATUS'
1160: and enabled_flag = 'Y'
1161: and language = userenv('LANG')
1162: and lookup_code = upper(p_funding_status);