DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on AP_CLM_PVT_PKG

Line 10624: IF ((ap_clm_pvt_pkg.is_clm_installed ='Y' ) and (l_po_header_id is not null )) THEN

10620: -- Case 15.3, Reject if po_line is only information line
10621: -- for CLM PO's
10622: ----------------------------------------------------------
10623:
10624: IF ((ap_clm_pvt_pkg.is_clm_installed ='Y' ) and (l_po_header_id is not null )) THEN
10625:
10626: IF(ap_clm_pvt_pkg.is_clm_po(p_po_header_id => l_po_header_id) = 'Y')THEN
10627: ---------------------------------------------------------
10628: -- Reject if po_line is only information line for CLM PO's

Line 10626: IF(ap_clm_pvt_pkg.is_clm_po(p_po_header_id => l_po_header_id) = 'Y')THEN

10622: ----------------------------------------------------------
10623:
10624: IF ((ap_clm_pvt_pkg.is_clm_installed ='Y' ) and (l_po_header_id is not null )) THEN
10625:
10626: IF(ap_clm_pvt_pkg.is_clm_po(p_po_header_id => l_po_header_id) = 'Y')THEN
10627: ---------------------------------------------------------
10628: -- Reject if po_line is only information line for CLM PO's
10629: -- and po_line_num is provided.
10630: ---------------------------------------------------------