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: cursor c_project_h (x_project_id number) is
816: select 'x'

Line 844: from oke_k_headers_v

840: );
841:
842: cursor c_intent is
843: select buy_or_sell
844: from oke_k_headers_v
845: where k_header_id = p_object_id;
846:
847: cursor c_project_2 (x_line_id number) is
848: select project_id,