DBA Data[Home] [Help]

APPS.PO_LINES_SV11 dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 668: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(p_po_category_id => x_category_id,

664: ---We will retrive the ip_category_id only when the po_category_id is changed.
665:
666: if l_orig_category_id <> x_category_id then
667: -- Bug 7577670: Derive ip_category_id from po_category_id
668: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(p_po_category_id => x_category_id,
669: x_ip_category_id => l_ip_category_id);
670: end if;
671:
672:

Line 805: PO_ATTRIBUTE_VALUES_PVT.update_attributes(

801: --Bug 10039388.Added IF. l_ip_category_id = -2 meaning it can not find corresponding record in iP. So no attr to update
802: IF l_ip_category_id IS NOT NULL AND l_ip_category_id <> -2 THEN
803: --
804: -- update po_attribute_values and po_attribute_values_tlp tables also.
805: PO_ATTRIBUTE_VALUES_PVT.update_attributes(
806: p_doc_type => p_type_lookup_code,
807: p_po_line_id => x_po_line_id,
808: p_req_template_name => NULL,
809: p_req_template_line_num => NULL,