DBA Data[Home] [Help]

APPS.AP_RETAINAGE_RELEASE_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_S

Line 483: ap_invoice_distributions_s.nextval released_invoice_dist_id

479:
480: Cursor c_retained_distributions (c_invoice_id in ap_invoice_distributions_all.invoice_id%type,
481: c_line_number in ap_invoice_distributions_all.invoice_line_number%type) Is
482: select aid.*,
483: ap_invoice_distributions_s.nextval released_invoice_dist_id
484: from ap_invoice_distributions aid
485: where invoice_id = c_invoice_id
486: and invoice_line_number = c_line_number
487: and line_type_lookup_code = 'RETAINAGE';