DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKE_K_LINES_V

Line 806: from oke_k_lines_v

802:
803: cursor c_line_project is
804: select project_id,
805: task_id
806: from oke_k_lines_v
807: where header_id = p_object_id
808: and k_line_id = p_k_line_id;
809:
810: cursor c_master_project is