DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKE_K_FUND_ALLOCATIONS_S

Line 32: select oke_k_fund_allocations_s.nextval

28: l_funding_allocation_id NUMBER;
29:
30: BEGIN
31:
32: select oke_k_fund_allocations_s.nextval
33: into l_funding_allocation_id
34: from dual;
35:
36: return(l_funding_allocation_id);