DBA Data[Home] [Help]

APPS.AP_INVOICES_UTILITY_PKG dependencies on AP_CLM_PVT_PKG

Line 3779: IF ap_clm_pvt_pkg.is_clm_installed = 'Y' THEN

3775: BEGIN
3776: IF p_po_number IS NULL THEN
3777: RETURN NULL;
3778: ELSE
3779: IF ap_clm_pvt_pkg.is_clm_installed = 'Y' THEN
3780:
3781: OPEN int_po_number_cursor;
3782: FETCH int_po_number_cursor INTO l_po_number;
3783: CLOSE int_po_number_cursor;