DBA Data[Home] [Help]

APPS.PO_LINES_SV3 dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 230: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id

226: X_Progress := '015';
227:
228: --
229: -- Default the IP_CATEGORY_ID
230: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id
231: (
232: p_po_category_id => x_category_id
233: , x_ip_category_id => l_ip_category_id -- OUT
234: );

Line 381: PO_ATTRIBUTE_VALUES_PVT.create_default_attributes

377:
378: --
379: -- Create default Attr and TLP rows for this PO Line
380: IF (x_type_lookup_code IN ('BLANKET', 'QUOTATION')) THEN
381: PO_ATTRIBUTE_VALUES_PVT.create_default_attributes
382: (
383: p_doc_type => x_type_lookup_code,
384: p_po_line_id => x_po_line_id,
385: p_req_template_name => NULL,