DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on FND_LOOKUP_VALUES

Line 1062: from fnd_lookup_values

1058: p_return_status OUT NOCOPY VARCHAR2
1059: ) is
1060: cursor c_fund_type is
1061: select 'x'
1062: from fnd_lookup_values
1063: where lookup_type = 'FUND_TYPE'
1064: and language = userenv('LANG')
1065: and enabled_flag = 'Y'
1066: and lookup_code = upper(p_fund_type);

Line 1125: from fnd_lookup_values

1121: p_return_status OUT NOCOPY VARCHAR2
1122: ) is
1123: cursor c_funding_status is
1124: select 'x'
1125: from fnd_lookup_values
1126: where lookup_type = 'FUNDING_STATUS'
1127: and enabled_flag = 'Y'
1128: and language = userenv('LANG')
1129: and lookup_code = upper(p_funding_status);