DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 770: FROM ap_invoice_distributions_all

766: FROM po_distributions_all
767: WHERE po_distribution_id = p_distribution_id;
768: ELSIF p_dist_link_type = 'AP_INV_DIST' THEN
769: SELECT min(creation_date) INTO l_dist_creation_date
770: FROM ap_invoice_distributions_all
771: WHERE invoice_distribution_id = p_distribution_id;
772: ELSE
773: psa_utils.debug_other_string(g_state_level,l_path_name,'Invalid Distribution Link Type'|| p_dist_link_type);
774: RAISE Fnd_Api.G_Exc_Error;