DBA Data[Home] [Help]

APPS.PO_LINES_SV4 dependencies on PO_LINE_LOCATIONS_ALL

Line 100: FROM po_line_locations_all

96: BEGIN
97:
98: SELECT count('Price Breaks with Effectivity Dates')
99: INTO l_count
100: FROM po_line_locations_all
101: WHERE po_line_id = p_po_line_id
102: AND ( ( start_date IS NOT NULL )
103: OR ( end_date IS NOT NULL ) );
104: