DBA Data[Home] [Help]

APPS.OKS_COVERAGES_PVT dependencies on OKC_K_HEADERS_B

Line 9217: FROM OKC_K_HEADERS_B

9213: l_jtf_note_contexts_tab jtf_notes_pub.jtf_note_contexts_tbl_type;
9214:
9215: CURSOR Get_Orig_System_Id_Cur(l_chr_id IN NUMBER) IS
9216: SELECT ORIG_SYSTEM_ID1, Created_By,LAst_Updated_By,Last_Update_Login
9217: FROM OKC_K_HEADERS_B
9218: WHERE ID = l_chr_id;
9219:
9220:
9221: