DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_K_HISTORY_PVT

Line 5299: l_hstv_rec okc_k_history_pvt.hstv_rec_type;

5295: l_inventory_org_id NUMBER;
5296: l_curr_pos VARCHAR2(80);
5297: l_message VARCHAR2(30) ;
5298: l_new_mapping_id NUMBER;
5299: l_hstv_rec okc_k_history_pvt.hstv_rec_type;
5300: x_hstv_rec okc_k_history_pvt.hstv_rec_type;
5301: l_serv_contract_id okc_k_headers_b.id%TYPE;
5302: l_service_top_line_id okc_k_lines_b.id%TYPE;
5303: l_deal_type okl_k_headers.deal_type%TYPE;

Line 5300: x_hstv_rec okc_k_history_pvt.hstv_rec_type;

5296: l_curr_pos VARCHAR2(80);
5297: l_message VARCHAR2(30) ;
5298: l_new_mapping_id NUMBER;
5299: l_hstv_rec okc_k_history_pvt.hstv_rec_type;
5300: x_hstv_rec okc_k_history_pvt.hstv_rec_type;
5301: l_serv_contract_id okc_k_headers_b.id%TYPE;
5302: l_service_top_line_id okc_k_lines_b.id%TYPE;
5303: l_deal_type okl_k_headers.deal_type%TYPE;
5304: l_queried BOOLEAN := FALSE;