DBA Data[Home] [Help]

APPS.PO_LINES_SV dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 192: PO_ATTRIBUTE_VALUES_PVT.delete_attributes_for_header

188:
189: X_progress := '015';
190:
191: --
192: PO_ATTRIBUTE_VALUES_PVT.delete_attributes_for_header
193: (
194: p_doc_type => p_type_lookup_code
195: , p_po_header_id => x_po_header_id
196: );

Line 257: PO_ATTRIBUTE_VALUES_PVT.delete_attributes

253: X_progress := '030';
254: --
255: -- Deleting the Attribute values associated with the BLANKET or QUOTATION
256: IF X_type_lookup_code IN ('BLANKET', 'QUOTATION') THEN
257: PO_ATTRIBUTE_VALUES_PVT.delete_attributes
258: (
259: p_doc_type => x_type_lookup_code
260: , p_po_line_id => x_po_line_id
261: );