DBA Data[Home] [Help]

APPS.OKS_COVERAGES_PVT dependencies on OKC_K_HEADERS_B

Line 9227: FROM OKC_K_HEADERS_B

9223: l_jtf_note_contexts_tab jtf_notes_pub.jtf_note_contexts_tbl_type;
9224:
9225: CURSOR Get_Orig_System_Id_Cur(l_chr_id IN NUMBER) IS
9226: SELECT ORIG_SYSTEM_ID1, Created_By,LAst_Updated_By,Last_Update_Login
9227: FROM OKC_K_HEADERS_B
9228: WHERE ID = l_chr_id;
9229:
9230:
9231: