DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S2 dependencies on PO_HISTORY_POS

Line 347: FROM po_history_pos ph

343: into X_dummy
344: from sys.dual
345: where not exists
346: (SELECT 'po number is not unique'
347: FROM po_history_pos ph
348: WHERE ph.segment1 = X_segment1
349: AND ph.type_lookup_code IN
350: ('STANDARD','CONTRACT','BLANKET','PLANNED'));
351:

Line 403: FROM po_history_pos ph

399: into X_dummy
400: from sys.dual
401: where not exists
402: (SELECT 'rfq/quote number is not unique'
403: FROM po_history_pos ph
404: WHERE ph.segment1 = X_segment1
405: AND ph.type_lookup_code = x_type_lookup_code);
406:
407: X_Unique:= TRUE;