DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_CONTERMS_UTL_GRP

Line 365: (PO_CONTERMS_UTL_GRP.get_archive_conterms_flag (p_po_header_id => p_document_id) = 'Y')

361: -- Now that conterms can be added at any revision of the PO
362: -- We need to check if the current rev is the first one with
363: -- contracts and if so do the normal qa
364: IF (l_revision_num > 0) AND
365: (PO_CONTERMS_UTL_GRP.get_archive_conterms_flag (p_po_header_id => p_document_id) = 'Y')
366: THEN
367: l_qa_mode := 'AMEND';
368: ELSE
369: l_qa_mode := 'NORMAL';