DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 255: FROM ap_invoice_distributions_all dst

251: 1,
252: dst.amount,
253: NULL,
254: SYSDATE
255: FROM ap_invoice_distributions_all dst
256: WHERE dst.invoice_id = p_header_id
257: AND NVL(dst.award_id,0) = p_dist_award_id ;
258:
259: L_COUNT_REC := SQL%ROWCOUNT ;