DBA Data[Home] [Help]

APPS.PO_AP_PURGE_UTIL_PVT dependencies on PO_ATTRIBUTE_VALUES_TLP

Line 2817: -- po_attribute_values_tlp when documetns they

2813: --Modifies:
2814: --Locks:
2815: -- None
2816: --Function: Remove records from po_attribute_values and
2817: -- po_attribute_values_tlp when documetns they
2818: -- associate with are getting purged
2819: --Parameters:
2820: --IN:
2821: --p_range_low

Line 2914: FROM po_attribute_values_tlp PAVT

2910:
2911: l_progress := '030';
2912:
2913: DELETE
2914: FROM po_attribute_values_tlp PAVT
2915: WHERE PAVT.po_line_id IN
2916: ( SELECT po_line_id
2917: FROM po_purge_po_list PPL,
2918: po_lines POL