DBA Data[Home] [Help]

APPS.PA_MC_INVOICE_DETAIL_PKG dependencies on PA_DRAFT_INVOICE_DETAILS

Line 334: table when bill_amount is zero, as we don't insert into pa_draft_invoice_details_all when bill_amount is zero- Bug 2739218 */

330: /* Array Insert of MRC records */
331: FOR I IN 1..l_tot_count
332: LOOP
333: /* Added the following if condition to stop inserting into pa_mc_draft_inv_details_all
334: table when bill_amount is zero, as we don't insert into pa_draft_invoice_details_all when bill_amount is zero- Bug 2739218 */
335: IF L_BILL_AMOUNT(I) <> 0
336: THEN
337: NULL;
338: END IF;