DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on PO_LINE_LOCATIONS_ALL

Line 3899: -- Insert the rows from po_line_locations_all

3895: IF PG_DEBUG <> 0 THEN
3896: oe_debug_pub.add(lpad(' ',g_pg_level) || 'insert_blanket_line: ' || 'No of records inserted in lines = '||to_char(sql%rowcount),1);
3897: END IF;
3898:
3899: -- Insert the rows from po_line_locations_all
3900:
3901: -- Modified by Renga Kannan on 04/16/2002
3902: -- Added ship_to_location_id in the interface table.
3903:

Line 3993: from po_line_locations_all poll,

3989: poll.attribute15,
3990: sysdate
3991: -- p_price*poll.price_discount/100
3992: -- price_discount
3993: from po_line_locations_all poll,
3994: po_lines_all pol
3995: where pol.po_line_id = p_doc_line_id
3996: and pol.po_line_id = poll.po_line_id;
3997: