DBA Data[Home] [Help]

APPS.PO_LINES_SV dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 184: PO_ATTRIBUTE_VALUES_PVT.delete_attributes_for_header

180:
181: X_progress := '015';
182:
183: --
184: PO_ATTRIBUTE_VALUES_PVT.delete_attributes_for_header
185: (
186: p_doc_type => p_type_lookup_code
187: , p_po_header_id => x_po_header_id
188: );

Line 231: PO_ATTRIBUTE_VALUES_PVT.delete_attributes

227: X_progress := '030';
228: --
229: -- Deleting the Attribute values associated with the BLANKET or QUOTATION
230: IF X_type_lookup_code IN ('BLANKET', 'QUOTATION') THEN
231: PO_ATTRIBUTE_VALUES_PVT.delete_attributes
232: (
233: p_doc_type => x_type_lookup_code
234: , p_po_line_id => x_po_line_id
235: );