DBA Data[Home] [Help]

APPS.AP_RETRO_PRICING_UTIL_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 1246: FROM po_distributions_All

1242: WHERE po_header_id = p_id; */
1243:
1244: SELECT rate
1245: INTO l_rate
1246: FROM po_distributions_All
1247: WHERE po_distribution_id = p_id;
1248:
1249: END IF;
1250: --