DBA Data[Home] [Help]

APPS.QP_PRC_UTIL dependencies on HZ_CUST_SITE_USES

Line 1245: FROM HZ_CUST_SITE_USES

1241: -- Get invoice to GSA indicator
1242:
1243: SELECT GSA_INDICATOR
1244: INTO l_GSA
1245: FROM HZ_CUST_SITE_USES
1246: WHERE SITE_USE_ID = p_invoice_to_id;
1247:
1248: l_error_msg := 'Get invoice to GSA indicator';
1249: END IF;