DBA Data[Home] [Help]

APPS.OKE_FUNDING_PUB dependencies on OKE_K_FUNDING_SOURCES

Line 1469: from oke_k_funding_sources s,

1465: -- l_temp_val VARCHAR2(1) := '?';
1466:
1467: cursor c_source is
1468: select s.amount, s.hard_limit, s.revenue_hard_limit, s.funding_source_id
1469: from oke_k_funding_sources s,
1470: oke_k_fund_allocations f
1471: where s.funding_source_id = f.funding_source_id
1472: and f.fund_allocation_id = p_fund_allocation_id;
1473: