DBA Data[Home] [Help]

APPS.AP_R11_PREPAY_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_S

Line 1030: SELECT ap_invoice_distributions_s.NEXTVAL

1026: X_max_dist := X_max_dist + 1;
1027: new_line_num := X_max_dist;
1028:
1029: /* First get the Invoice_Distribution_Id from the sequence */
1030: SELECT ap_invoice_distributions_s.NEXTVAL
1031: INTO l_invoice_distribution_id
1032: FROM sys.dual; -- added for Invoice_Distribution_Id
1033:
1034: