DBA Data[Home] [Help]

APPS.PA_INVOICE_DETAIL_PROCESS dependencies on PA_DRAFT_INVOICE_DETAILS

Line 334: PROCEDURE reverse_row ( p_inv_rec IN OUT NOCOPY pa_draft_invoice_details%rowtype,

330:
331: --Procedure to add record in update buffer
332: /* Added the parameter p_adjusted_ei for bug 2770182 */
333:
334: PROCEDURE reverse_row ( p_inv_rec IN OUT NOCOPY pa_draft_invoice_details%rowtype,
335: p_adjusted_ei IN NUMBER DEFAULT NULL );
336:
337: -- Apply all pending insert changes in Bulk
338: PROCEDURE apply_ins_changes ;