DBA Data[Home] [Help]

APPS.PO_LINES_SV4 dependencies on PO_LINE_LOCATIONS_ALL

Line 105: FROM po_line_locations_all

101: BEGIN
102:
103: SELECT count('Price Breaks with Effectivity Dates')
104: INTO l_count
105: FROM po_line_locations_all
106: WHERE po_line_id = p_po_line_id
107: AND ( ( start_date IS NOT NULL )
108: OR ( end_date IS NOT NULL ) );
109: