DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_K_HISTORY_PVT

Line 5223: l_hstv_rec okc_k_history_pvt.hstv_rec_type;

5219: l_inventory_org_id NUMBER;
5220: l_curr_pos VARCHAR2(80);
5221: l_message VARCHAR2(30) ;
5222: l_new_mapping_id NUMBER;
5223: l_hstv_rec okc_k_history_pvt.hstv_rec_type;
5224: x_hstv_rec okc_k_history_pvt.hstv_rec_type;
5225: l_serv_contract_id okc_k_headers_b.id%TYPE;
5226: l_service_top_line_id okc_k_lines_b.id%TYPE;
5227: l_deal_type okl_k_headers.deal_type%TYPE;

Line 5224: x_hstv_rec okc_k_history_pvt.hstv_rec_type;

5220: l_curr_pos VARCHAR2(80);
5221: l_message VARCHAR2(30) ;
5222: l_new_mapping_id NUMBER;
5223: l_hstv_rec okc_k_history_pvt.hstv_rec_type;
5224: x_hstv_rec okc_k_history_pvt.hstv_rec_type;
5225: l_serv_contract_id okc_k_headers_b.id%TYPE;
5226: l_service_top_line_id okc_k_lines_b.id%TYPE;
5227: l_deal_type okl_k_headers.deal_type%TYPE;
5228: l_queried BOOLEAN := FALSE;