DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on PA_LOOKUPS

Line 1223: from pa_lookups

1219: p_return_status OUT NOCOPY VARCHAR2
1220: ) is
1221: cursor c_funding_category is
1222: select 'x'
1223: from pa_lookups
1224: where lookup_type = 'FUNDING CATEGORY TYPE'
1225: and lookup_code = upper(p_funding_category);
1226:
1227: l_dummy_value VARCHAR2(1) := '?';