DBA Data[Home] [Help]

APPS.OKE_FUNDINGALLOCATION_PVT dependencies on OKC_K_VERS_NUMBERS

Line 70: from okc_k_vers_numbers

66: where fund_allocation_id = X_fund_allocation_id;
67:
68: cursor c1 is
69: select major_version + 1
70: from okc_k_vers_numbers
71: where chr_id = x_object_id
72: for update of chr_id nowait;
73:
74: l_version number;

Line 491: from okc_k_vers_numbers

487: ) is
488:
489: cursor c1 is
490: select major_version + 1
491: from okc_k_vers_numbers
492: where chr_id = x_object_id
493: for update of chr_id nowait;
494:
495: l_version number;