DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on PA_LOOKUPS

Line 1188: from pa_lookups

1184: p_return_status OUT NOCOPY VARCHAR2
1185: ) is
1186: cursor c_funding_category is
1187: select 'x'
1188: from pa_lookups
1189: where lookup_type = 'FUNDING CATEGORY TYPE'
1190: and lookup_code = upper(p_funding_category);
1191:
1192: l_dummy_value VARCHAR2(1) := '?';