DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 1164: FROM ap_invoice_distributions_all

1160: FROM po_distributions_all
1161: WHERE po_distribution_id = p_distribution_id;
1162: ELSIF p_dist_link_type = 'AP_INV_DIST' THEN
1163: SELECT min(creation_date) INTO l_dist_creation_date
1164: FROM ap_invoice_distributions_all
1165: WHERE invoice_distribution_id = p_distribution_id;
1166: ELSE
1167: psa_utils.debug_other_string(g_state_level,l_path_name,'Invalid Distribution Link Type'|| p_dist_link_type);
1168: RAISE Fnd_Api.G_Exc_Error;