DBA Data[Home] [Help]

APPS.AP_RETAINAGE_RELEASE_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_S

Line 511: ap_invoice_distributions_s.nextval released_invoice_dist_id

507:
508: Cursor c_retained_distributions (c_invoice_id in ap_invoice_distributions_all.invoice_id%type,
509: c_line_number in ap_invoice_distributions_all.invoice_line_number%type) Is
510: select aid.*,
511: ap_invoice_distributions_s.nextval released_invoice_dist_id
512: from ap_invoice_distributions aid
513: where invoice_id = c_invoice_id
514: and invoice_line_number = c_line_number
515: and line_type_lookup_code = 'RETAINAGE';