DBA Data[Home] [Help]

APPS.QP_BULK_EXPORT_TMP_PVT dependencies on QP_PLL_PRICING_ATTR_UTIL

Line 690: l_attribs_rec := Qp_pll_pricing_attr_Util.Query_Row

686: l_orig_sys_line_ref varchar2(50);
687: l_orig_sys_pricing_attr_ref varchar2(50);
688: begin
689: fnd_file.put_line(fnd_file.log, 'In EXPORT_TMP_ATTRIBS ');
690: l_attribs_rec := Qp_pll_pricing_attr_Util.Query_Row
691: ( p_pricing_attribute_id => list_from
692: );
693: fnd_file.put_line(fnd_file.log, 'Inserting Attribs '||to_char(l_attribs_rec.pricing_attribute_id));
694: if g_interface_action = 'INSERT' then