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 402: FROM po_history_pos ph

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