DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKC_K_VERS_NUMBERS

Line 1582: from okc_k_vers_numbers

1578: FOR UPDATE OF fund_allocation_id NOWAIT;
1579:
1580: cursor c_version is
1581: select major_version + 1
1582: from okc_k_vers_numbers
1583: where chr_id = p_allocation_in_rec.object_id;
1584:
1585: l_allocation_row c_allocation_row%ROWTYPE;
1586: l_error_value VARCHAR2(50);

Line 2949: from okc_k_vers_numbers b,

2945:
2946: cursor c_ver is
2947: select major_version + 1,
2948: nvl(created_in_version, -99)
2949: from okc_k_vers_numbers b,
2950: oke_k_fund_allocations a
2951: where b.chr_id = a.object_id
2952: and a.fund_allocation_id = p_fund_allocation_id;
2953: