DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on AR_BILLS_MAINTAIN_STATUS_PUB

Line 332: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

328: +-----------------------------------------------*/
329:
330: l_action := C_COMPLETE;
331:
332: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
333: p_customer_trx_id => p_customer_trx_id ,
334: p_complete_flag => C_ACTION_REC.complete_flag,
335: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag,
336: p_accept_flag => C_ACTION_REC.accept_flag,

Line 399: IF (AR_BILLS_MAINTAIN_STATUS_PUB.is_acceptance_required(l_trx_rec.cust_trx_type_id))

395: /*-----------------------------------------------+
396: | BR Completion |
397: +------------------------------------------------*/
398:
399: IF (AR_BILLS_MAINTAIN_STATUS_PUB.is_acceptance_required(l_trx_rec.cust_trx_type_id))
400: THEN
401: AR_BILLS_MAINTAIN_LIB_PVT.Complete_Acc_Required (p_customer_trx_id);
402: l_trh_rec.postable_flag := 'N' ;
403: l_trh_rec.current_accounted_flag := 'N' ;

Line 427: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

423:
424:
425: -- Fetch the new status and new event of the BR
426:
427: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
428: p_trx_rec => l_trx_rec ,
429: p_action => l_action ,
430: p_new_status => l_trh_rec.status,
431: p_new_event => l_trh_rec.event );

Line 634: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

630: +-----------------------------------------------*/
631:
632: l_action := C_UNCOMPLETE;
633:
634: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
635: p_customer_trx_id => p_customer_trx_id ,
636: p_complete_flag => C_ACTION_REC.complete_flag ,
637: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
638: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 680: IF (AR_BILLS_MAINTAIN_STATUS_PUB.is_acceptance_required(l_trx_rec.cust_trx_type_id))

676: l_trh_rec.customer_trx_id := p_customer_trx_id;
677: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
678:
679:
680: IF (AR_BILLS_MAINTAIN_STATUS_PUB.is_acceptance_required(l_trx_rec.cust_trx_type_id))
681: THEN
682: l_acceptance_flag := 'Y';
683: ELSE
684: l_acceptance_flag := 'N';

Line 711: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

707: +------------------------------------------------*/
708:
709: -- Fetch the new status and new event of the BR
710:
711: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
712: p_trx_rec => l_trx_rec ,
713: p_action => l_action ,
714: p_new_status => l_trh_rec.status,
715: p_new_event => l_trh_rec.event );

Line 939: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

935: +-----------------------------------------------*/
936:
937: l_action := C_ACCEPT;
938:
939: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
940: p_customer_trx_id => p_customer_trx_id ,
941: p_complete_flag => C_ACTION_REC.complete_flag ,
942: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
943: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 1020: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

1016: +------------------------------------------------*/
1017:
1018: -- Fetch the new status and new event of the BR
1019:
1020: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
1021: p_trx_rec => l_trx_rec ,
1022: p_action => l_action ,
1023: p_new_status => l_trh_rec.status,
1024: p_new_event => l_trh_rec.event );

Line 1215: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

1211: +-----------------------------------------------*/
1212:
1213: l_action := C_HOLD;
1214:
1215: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
1216: p_customer_trx_id => p_customer_trx_id ,
1217: p_complete_flag => C_ACTION_REC.complete_flag ,
1218: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
1219: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 1287: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

1283: +-----------------------------------------------*/
1284:
1285: -- Fetch the new status and new event of the BR
1286:
1287: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
1288: p_trx_rec => l_trx_rec ,
1289: p_action => l_action ,
1290: p_new_status => l_trh_rec.status,
1291: p_new_event => l_trh_rec.event );

Line 1486: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

1482: +-----------------------------------------------*/
1483:
1484: l_action := C_UNHOLD;
1485:
1486: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
1487: p_customer_trx_id => p_customer_trx_id ,
1488: p_complete_flag => C_ACTION_REC.complete_flag ,
1489: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
1490: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 1555: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

1551: +-----------------------------------------------*/
1552:
1553: -- Fetch the new status and new event of the BR
1554:
1555: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
1556: p_trx_rec => l_trx_rec ,
1557: p_action => l_action ,
1558: p_new_status => l_trh_rec.status,
1559: p_new_event => l_trh_rec.event );

Line 1727: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

1723:
1724:
1725: l_action := C_SELECT_REMIT;
1726:
1727: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
1728: p_customer_trx_id => l_ps_rec.customer_trx_id ,
1729: p_complete_flag => C_ACTION_REC.complete_flag ,
1730: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
1731: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 1788: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

1784: +-----------------------------------------------*/
1785:
1786: -- Fetch the new status and new event of the BR
1787:
1788: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
1789: p_trx_rec => l_trx_rec ,
1790: p_action => l_action ,
1791: p_new_status => l_trh_rec.status,
1792: p_new_event => l_trh_rec.event );

Line 1892: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

1888: +-----------------------------------------------*/
1889:
1890: l_action := C_DESELECT_REMIT;
1891:
1892: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
1893: p_customer_trx_id => l_ps_rec.customer_trx_id ,
1894: p_complete_flag => C_ACTION_REC.complete_flag ,
1895: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
1896: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 1950: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

1946: +-----------------------------------------------*/
1947:
1948: -- Fetch the new status and new event of the BR
1949:
1950: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
1951: p_trx_rec => l_trx_rec ,
1952: p_action => l_action ,
1953: p_new_status => l_trh_rec.status,
1954: p_new_event => l_trh_rec.event );

Line 2052: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

2048: +-----------------------------------------------*/
2049:
2050: l_action := C_DESELECT_REMIT;
2051:
2052: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
2053: p_customer_trx_id => l_ps_rec.customer_trx_id ,
2054: p_complete_flag => C_ACTION_REC.complete_flag ,
2055: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
2056: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 2208: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

2204: +-----------------------------------------------*/
2205:
2206: l_action := C_APPROVE_REMIT;
2207:
2208: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
2209: p_customer_trx_id => l_ps_rec.customer_trx_id ,
2210: p_complete_flag => C_ACTION_REC.complete_flag ,
2211: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
2212: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 2298: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

2294: +-----------------------------------------------*/
2295:
2296: -- Fetch the new status and new event of the BR
2297:
2298: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
2299: p_trx_rec => l_trx_rec ,
2300: p_action => l_action ,
2301: p_new_status => l_trh_rec.status,
2302: p_new_event => l_trh_rec.event );

Line 2352: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

2348: +-----------------------------------------------*/
2349:
2350: -- Fetch the new status and new event of the BR
2351:
2352: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
2353: p_trx_rec => l_trx_rec ,
2354: p_action => l_action ,
2355: p_new_status => l_trh_rec.status,
2356: p_new_event => l_trh_rec.event );

Line 2522: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

2518: +-----------------------------------------------*/
2519:
2520: l_action := C_CANCEL;
2521:
2522: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
2523: p_customer_trx_id => p_customer_trx_id ,
2524: p_complete_flag => C_ACTION_REC.complete_flag ,
2525: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
2526: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 2616: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

2612: +-----------------------------------------------*/
2613:
2614: -- Fetch the new status and new event of the BR
2615:
2616: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
2617: p_trx_rec => l_trx_rec ,
2618: p_action => l_action ,
2619: p_new_status => l_trh_rec.status,
2620: p_new_event => l_trh_rec.event );

Line 2849: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

2845: +-----------------------------------------------*/
2846:
2847: l_action := C_UNPAID;
2848:
2849: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
2850: p_customer_trx_id => p_customer_trx_id ,
2851: p_complete_flag => C_ACTION_REC.complete_flag ,
2852: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
2853: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 2950: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

2946: +-----------------------------------------------*/
2947:
2948: -- Fetch the new status and new event of the BR
2949:
2950: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
2951: p_trx_rec => l_trx_rec ,
2952: p_action => l_action ,
2953: p_new_status => l_trh_rec.status,
2954: p_new_event => l_trh_rec.event );

Line 3153: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

3149: +-----------------------------------------------*/
3150:
3151: l_action := C_ENDORSE;
3152:
3153: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
3154: p_customer_trx_id => p_customer_trx_id ,
3155: p_complete_flag => C_ACTION_REC.complete_flag ,
3156: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
3157: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 3302: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

3298: +-----------------------------------------------*/
3299:
3300: -- Fetch the new status and new event of the BR
3301:
3302: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
3303: p_trx_rec => l_trx_rec ,
3304: p_action => l_action ,
3305: p_new_status => l_trh_rec.status,
3306: p_new_event => l_trh_rec.event );

Line 3329: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

3325: +-----------------------------------------------*/
3326:
3327: -- Fetch the new status and new event of the BR
3328:
3329: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
3330: p_trx_rec => l_trx_rec ,
3331: p_action => l_action ,
3332: p_new_status => l_trh_rec.status,
3333: p_new_event => l_trh_rec.event );

Line 3524: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

3520: +-----------------------------------------------*/
3521:
3522: l_action := C_PROTEST;
3523:
3524: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
3525: p_customer_trx_id => p_customer_trx_id ,
3526: p_complete_flag => C_ACTION_REC.complete_flag ,
3527: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
3528: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 3588: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

3584: +-----------------------------------------------*/
3585:
3586: -- Fetch the new status and new event of the BR
3587:
3588: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
3589: p_trx_rec => l_trx_rec ,
3590: p_action => l_action ,
3591: p_new_status => l_trh_rec.status,
3592: p_new_event => l_trh_rec.event );

Line 3787: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

3783: +-----------------------------------------------*/
3784:
3785: l_action := C_RESTATE;
3786:
3787: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
3788: p_customer_trx_id => p_customer_trx_id ,
3789: p_complete_flag => C_ACTION_REC.complete_flag ,
3790: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
3791: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 3863: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

3859: +-----------------------------------------------*/
3860:
3861: -- Fetch the new status and new event of the BR
3862:
3863: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
3864: p_trx_rec => l_trx_rec ,
3865: p_action => l_action ,
3866: p_new_status => l_trh_rec.status,
3867: p_new_event => l_trh_rec.event );

Line 4066: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

4062: +-----------------------------------------------*/
4063:
4064: l_action := C_RECALL;
4065:
4066: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
4067: p_customer_trx_id => p_customer_trx_id ,
4068: p_complete_flag => C_ACTION_REC.complete_flag ,
4069: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
4070: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 4178: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

4174: +-----------------------------------------------*/
4175:
4176: -- Fetch the new status and new event of the BR
4177:
4178: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
4179: p_trx_rec => l_trx_rec ,
4180: p_action => l_action ,
4181: p_new_status => l_trh_rec.status,
4182: p_new_event => l_trh_rec.event );

Line 4393: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

4389: +-----------------------------------------------*/
4390:
4391: l_action := C_ELIMINATE_RISK;
4392:
4393: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
4394: p_customer_trx_id => p_customer_trx_id ,
4395: p_complete_flag => C_ACTION_REC.complete_flag ,
4396: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
4397: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 4479: IF NOT (AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Matured (l_ps_rec.due_date))

4475: AR_BILLS_MAINTAIN_LIB_PVT.Apply_Receipt (l_trh_rec, l_ps_rec, l_cash_receipt_id, C_BR_FACTORED_RECOURSE);
4476:
4477: ELSIF (l_trh_rec.status = C_ENDORSED)
4478: THEN
4479: IF NOT (AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Matured (l_ps_rec.due_date))
4480: THEN
4481:
4482: /*------------------------------------------------------+
4483: | The Maturity Date event has not happened, so the |

Line 4522: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

4518: +-----------------------------------------------*/
4519:
4520: -- Fetch the new status and new event of the BR
4521:
4522: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
4523: p_trx_rec => l_trx_rec ,
4524: p_action => l_action ,
4525: p_new_status => l_trh_rec.status,
4526: p_new_event => l_trh_rec.event );

Line 4733: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

4729: +-----------------------------------------------*/
4730:
4731: l_action := C_UNELIMINATE_RISK;
4732:
4733: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
4734: p_customer_trx_id => p_customer_trx_id ,
4735: p_complete_flag => C_ACTION_REC.complete_flag ,
4736: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
4737: p_accept_flag => C_ACTION_REC.accept_flag ,

Line 4785: AR_BILLS_MAINTAIN_STATUS_PUB.Find_Last_Relevant_Trh (l_trh_prev_rec);

4781:
4782: -- Fetch the previous transaction history record information
4783:
4784: l_trh_prev_rec.transaction_history_id := l_trh_rec.prv_trx_history_id;
4785: AR_BILLS_MAINTAIN_STATUS_PUB.Find_Last_Relevant_Trh (l_trh_prev_rec);
4786:
4787:
4788: -- Fetch the Payment Schedule information
4789:

Line 4889: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

4885: +-----------------------------------------------*/
4886:
4887: -- Fetch the new status and new event of the BR
4888:
4889: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
4890: p_trx_rec => l_trx_rec ,
4891: p_action => l_action ,
4892: p_new_status => l_trh_rec.status,
4893: p_new_event => l_trh_rec.event );

Line 5096: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (

5092: | Action Validation |
5093: +-----------------------------------------------*/
5094:
5095:
5096: AR_BILLS_MAINTAIN_STATUS_PUB.validate_actions (
5097: p_customer_trx_id => p_customer_trx_id ,
5098: p_complete_flag => C_ACTION_REC.complete_flag ,
5099: p_uncomplete_flag => C_ACTION_REC.uncomplete_flag ,
5100: p_accept_flag => C_ACTION_REC.accept_flag ,