DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKC_K_VERS_NUMBERS

Line 1547: from okc_k_vers_numbers

1543: FOR UPDATE OF fund_allocation_id NOWAIT;
1544:
1545: cursor c_version is
1546: select major_version + 1
1547: from okc_k_vers_numbers
1548: where chr_id = p_allocation_in_rec.object_id;
1549:
1550: l_allocation_row c_allocation_row%ROWTYPE;
1551: l_error_value VARCHAR2(50);

Line 2914: from okc_k_vers_numbers b,

2910:
2911: cursor c_ver is
2912: select major_version + 1,
2913: nvl(created_in_version, -99)
2914: from okc_k_vers_numbers b,
2915: oke_k_fund_allocations a
2916: where b.chr_id = a.object_id
2917: and a.fund_allocation_id = p_fund_allocation_id;
2918: