DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_PARTIAL_FUNDING_PKG

Line 16507: OR (po_partial_funding_pkg.is_clm_document('PO',h.po_header_id) = 'Y' )

16503: AND (h.authorization_status is NULL
16504: OR h.authorization_status NOT IN ('APPROVED')
16505: /* <> */
16506: -- for Mod Reserve Action
16507: OR (po_partial_funding_pkg.is_clm_document('PO',h.po_header_id) = 'Y' )
16508: /* <> */
16509: )
16510: AND (h.closed_code is NULL or h.closed_code <> 'FINALLY CLOSED')
16511: AND (h.frozen_flag is NULL or h.frozen_flag <> 'Y')