DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_CONTERMS_UTL_GRP

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

452: -- Now that conterms can be added at any revision of the PO
453: -- We need to check if the current rev is the first one with
454: -- contracts and if so do the normal qa
455: IF (l_revision_num > 0) AND
456: (PO_CONTERMS_UTL_GRP.get_archive_conterms_flag (p_po_header_id => p_document_id) = 'Y')
457: THEN
458: l_qa_mode := 'AMEND';
459: ELSE
460: l_qa_mode := 'NORMAL';