DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on FND_LOOKUP_VALUES

Line 1097: from fnd_lookup_values

1093: p_return_status OUT NOCOPY VARCHAR2
1094: ) is
1095: cursor c_fund_type is
1096: select 'x'
1097: from fnd_lookup_values
1098: where lookup_type = 'FUND_TYPE'
1099: and language = userenv('LANG')
1100: and enabled_flag = 'Y'
1101: and lookup_code = upper(p_fund_type);

Line 1160: from fnd_lookup_values

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