DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on AR_BILLS_CREATION_LIB_PVT

Line 743: -- AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (

739: -- Bug 2057740:
740: -- Commenting out NOCOPY and calling delete_f_Ct_id instead because
741: -- there is already a routine to delete ps by cust_trx_id.
742: -- no need to call another routine to find the ps id first.
743: -- AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (
744: -- p_customer_trx_id, l_ps_id);
745: -- arp_ps_pkg.delete_p (l_ps_id);
746:
747: arp_ps_pkg.delete_f_ct_id(p_customer_trx_id);

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

1261: /*----------------------------------------------+
1262: | Update the Payment Schedule of the BR |
1263: +-----------------------------------------------*/
1264:
1265: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
1266:
1267: AR_BILLS_MAINTAIN_LIB_PVT.update_reserved_columns (l_ps_rec.payment_schedule_id, 'USER' , p_customer_trx_id);
1268:
1269:

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

1531: /*----------------------------------------------+
1532: | Updates the Payment Schedule of the BR |
1533: +-----------------------------------------------*/
1534:
1535: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
1536:
1537: AR_BILLS_MAINTAIN_LIB_PVT.update_reserved_columns (l_ps_rec.payment_schedule_id, NULL, NULL);
1538:
1539:

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

2638:
2639: IF (l_acceptance_flag = 'N')
2640: THEN
2641: arp_ps_pkg.set_to_dummy (l_ps_rec);
2642: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
2643: arp_ps_pkg.lock_p(l_ps_rec.payment_schedule_id);
2644:
2645: arp_ps_util.get_closed_dates (
2646: l_ps_rec.payment_schedule_id ,

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

2893: l_trx_date := trunc(p_unpaid_date);
2894: l_gl_date := trunc(p_unpaid_gl_date);
2895:
2896:
2897: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
2898:
2899: /*-----------------------------------------------+
2900: | Data Defaulting |
2901: +-----------------------------------------------*/

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

3195:
3196: l_trx_date := trunc(p_endorse_date);
3197: l_gl_date := trunc(p_endorse_gl_date);
3198:
3199: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
3200:
3201: -- Modified for bug # 2712726
3202: -- ORASHID
3203: --

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

4164: | Remove the Remittance or adjustment tags |
4165: | on the BR Payment Schedule |
4166: +-----------------------------------------------*/
4167:
4168: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
4169: AR_BILLS_MAINTAIN_LIB_PVT.update_reserved_columns (l_ps_rec.payment_schedule_id, NULL , NULL);
4170:
4171:
4172: /*----------------------------------------------+

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

4437: l_gl_date := trunc(p_risk_eliminate_gl_date);
4438:
4439: AR_BILLS_MAINTAIN_LIB_PVT.Default_Action_Dates (l_trx_date, l_gl_date);
4440:
4441: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
4442:
4443: -- Modified for bug # 2712726
4444: -- ORASHID
4445: --

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

4786:
4787:
4788: -- Fetch the Payment Schedule information
4789:
4790: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
4791:
4792: -- Modified for bug # 2712726
4793: -- ORASHID
4794: --

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

5137:
5138: l_trh_rec.customer_trx_id := p_customer_trx_id;
5139: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
5140:
5141: AR_BILLS_CREATION_LIB_PVT.Get_Payment_Schedule_Id (p_customer_trx_id, l_ps_rec.payment_schedule_id);
5142:
5143: -- Modified for bug # 2712726
5144: -- ORASHID
5145: --