DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on AR_BILLS_CREATION_LIB_PVT

Line 754: -- AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (

750: -- Bug 2057740:
751: -- Commenting out NOCOPY and calling delete_f_Ct_id instead because
752: -- there is already a routine to delete ps by cust_trx_id.
753: -- no need to call another routine to find the ps id first.
754: -- AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (
755: -- p_customer_trx_id, l_ps_id);
756: -- arp_ps_pkg.delete_p (l_ps_id);
757:
758: arp_ps_pkg.delete_f_ct_id(p_customer_trx_id);

Line 1276: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

1272: /*----------------------------------------------+
1273: | Update the Payment Schedule of the BR |
1274: +-----------------------------------------------*/
1275:
1276: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
1277:
1278: AR_BILLS_MAINTAIN_LIB_PVT.update_reserved_columns (l_ps_rec.payment_schedule_id, 'USER' , p_customer_trx_id);
1279:
1280:

Line 1546: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

1542: /*----------------------------------------------+
1543: | Updates the Payment Schedule of the BR |
1544: +-----------------------------------------------*/
1545:
1546: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
1547:
1548: AR_BILLS_MAINTAIN_LIB_PVT.update_reserved_columns (l_ps_rec.payment_schedule_id, NULL, NULL);
1549:
1550:

Line 2653: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

2649:
2650: IF (l_acceptance_flag = 'N')
2651: THEN
2652: arp_ps_pkg.set_to_dummy (l_ps_rec);
2653: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
2654: arp_ps_pkg.lock_p(l_ps_rec.payment_schedule_id);
2655:
2656: arp_ps_util.get_closed_dates (
2657: l_ps_rec.payment_schedule_id ,

Line 2908: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

2904: l_trx_date := trunc(p_unpaid_date);
2905: l_gl_date := trunc(p_unpaid_gl_date);
2906:
2907:
2908: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
2909:
2910: /*-----------------------------------------------+
2911: | Data Defaulting |
2912: +-----------------------------------------------*/

Line 3210: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

3206:
3207: l_trx_date := trunc(p_endorse_date);
3208: l_gl_date := trunc(p_endorse_gl_date);
3209:
3210: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
3211:
3212: -- Modified for bug # 2712726
3213: -- ORASHID
3214: --

Line 4179: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

4175: | Remove the Remittance or adjustment tags |
4176: | on the BR Payment Schedule |
4177: +-----------------------------------------------*/
4178:
4179: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
4180: AR_BILLS_MAINTAIN_LIB_PVT.update_reserved_columns (l_ps_rec.payment_schedule_id, NULL , NULL);
4181:
4182:
4183: /*----------------------------------------------+

Line 4452: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

4448: l_gl_date := trunc(p_risk_eliminate_gl_date);
4449:
4450: AR_BILLS_MAINTAIN_LIB_PVT.Default_Action_Dates (l_trx_date, l_gl_date);
4451:
4452: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
4453:
4454: -- Modified for bug # 2712726
4455: -- ORASHID
4456: --

Line 4801: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

4797:
4798:
4799: -- Fetch the Payment Schedule information
4800:
4801: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
4802:
4803: -- Modified for bug # 2712726
4804: -- ORASHID
4805: --

Line 5152: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);

5148:
5149: l_trh_rec.customer_trx_id := p_customer_trx_id;
5150: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
5151:
5152: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
5153:
5154: -- Modified for bug # 2712726
5155: -- ORASHID
5156: --