DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKE_K_HEADERS

Line 812: from oke_k_headers

808: and k_line_id = p_k_line_id;
809:
810: cursor c_master_project is
811: select project_id
812: from oke_k_headers
813: where k_header_id = p_object_id;
814:
815: /*
816: cursor c_project_h (x_project_id number) is

Line 879: from oke_k_headers_v

875: );
876:
877: cursor c_intent is
878: select buy_or_sell
879: from oke_k_headers_v
880: where k_header_id = p_object_id;
881:
882: cursor c_project_2 (x_line_id number) is
883: select project_id,