DBA Data[Home] [Help]

APPS.OKL_SALES_QUOTE_QA_PVT dependencies on STANDARD

Line 343: l_ac_rec_type.target_type := 'QUOTE'; -- Same for both Quick Quote and Standard Quote

339: l_ac_rec_type.src_id := l_srt_rec.adj_mat_version_id; -- Pricing adjustment matrix ID
340: l_ac_rec_type.source_name := NULL; -- NOT Mandatory Pricing Adjustment Matrix Name !
341: l_ac_rec_type.target_id := p_quote_id ; -- Quote ID
342: l_ac_rec_type.src_type := 'PAM'; -- Lookup Code
343: l_ac_rec_type.target_type := 'QUOTE'; -- Same for both Quick Quote and Standard Quote
344: l_ac_rec_type.target_eff_from := l_okl_ec_rec_type.target_eff_from; -- Quote effective From
345: l_ac_rec_type.term := l_okl_ec_rec_type.term; -- Remaining four will be from teh business object like QQ / LQ
346: l_ac_rec_type.territory := l_okl_ec_rec_type.territory;
347: l_ac_rec_type.deal_size := l_okl_ec_rec_type.deal_size;