DBA Data[Home] [Help]

APPS.IBY_FIPAYMENTS_PKG dependencies on IBY_BILL_PKG

Line 315: ** call createBill procedure in iby_bill_pkg to create tangible in the

311:
312: if(c_settle_exists%NOTFOUND) then
313:
314: /*
315: ** call createBill procedure in iby_bill_pkg to create tangible in the
316: ** database.
317: */
318: -- the order_medium and eftauthmethod are not relevant for fi payments
319:

Line 321: iby_bill_pkg.createBill(i_tangibleid, i_billAmount,

317: */
318: -- the order_medium and eftauthmethod are not relevant for fi payments
319:
320:
321: iby_bill_pkg.createBill(i_tangibleid, i_billAmount,
322: i_billCurDef, i_billAcct,i_billRefInfo,
323: i_billMemo, i_billOrderMedium, i_billEftAuthMethod, l_mtangibleid);
324:
325:

Line 376: iby_bill_pkg.modBill(

372:
373: else
374: -- Update iby_tangible table
375:
376: iby_bill_pkg.modBill(
377: l_mtangibleid, -- IN i_mtangibleid
378: i_tangibleid, -- IN i_billId
379: i_billamount, -- IN i_billAmount
380: i_billCurDef, -- IN i_billCurDef

Line 577: ** call createBill procedure in iby_bill_pkg to create tangible in the

573: raise_application_error(-20000, 'IBY_20305#', FALSE);
574: --raise_application_error(-20305, 'Payee Not Found ', FALSE);
575: end if;
576: /*
577: ** call createBill procedure in iby_bill_pkg to create tangible in the
578: ** database.
579: */
580: if ( c_mtangibleid%isopen ) then
581: close c_mtangibleid;

Line 591: iby_bill_pkg.createBill(i_tangibleid, i_billAmount,

587: raise_application_error(-20000, 'IBY_20561#', FALSE);
588: --raise_application_error(-20561, 'Tangible Id should Match',
589: --TRUE);
590: end if;
591: iby_bill_pkg.createBill(i_tangibleid, i_billAmount,
592: i_billCurDef, i_billAcct,i_billRefInfo,
593: i_billMemo, i_billOrdermedium,
594: i_billEftAuthMethod, l_mtangibleid);
595: