DBA Data[Home] [Help]

APPS.OKE_FUNDING_PUB dependencies on OKE_K_FUNDING_SOURCES

Line 1454: from oke_k_funding_sources s,

1450: -- l_temp_val VARCHAR2(1) := '?';
1451:
1452: cursor c_source is
1453: select s.amount, s.hard_limit, s.revenue_hard_limit, s.funding_source_id
1454: from oke_k_funding_sources s,
1455: oke_k_fund_allocations f
1456: where s.funding_source_id = f.funding_source_id
1457: and f.fund_allocation_id = p_fund_allocation_id;
1458: