DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_PUB dependencies on STANDARD

Line 68: C_REMIT_STANDARD CONSTANT VARCHAR2(30) := 'REMIT_STANDARD';

64: C_SELECT_REMIT CONSTANT VARCHAR2(30) := 'SELECT_REMIT';
65: C_DESELECT_REMIT CONSTANT VARCHAR2(30) := 'DESELECT_REMIT';
66: C_CANCEL CONSTANT VARCHAR2(30) := 'CANCEL';
67: C_UNPAID CONSTANT VARCHAR2(30) := 'UNPAID';
68: C_REMIT_STANDARD CONSTANT VARCHAR2(30) := 'REMIT_STANDARD';
69: C_FACTORE CONSTANT VARCHAR2(30) := 'FACTORE';
70: C_FACTORE_RECOURSE CONSTANT VARCHAR2(30) := 'FACTORE_RECOURSE';
71: C_RECALL CONSTANT VARCHAR2(30) := 'RECALL';
72: C_ELIMINATE_RISK CONSTANT VARCHAR2(30) := 'RISK ELIMINATION';

Line 89: C_STANDARD CONSTANT VARCHAR2(30) := 'STANDARD';

85: /* =======================================================================
86: | Bills Receivable remittance method code constants
87: * ======================================================================*/
88:
89: C_STANDARD CONSTANT VARCHAR2(30) := 'STANDARD';
90: C_FACTORING CONSTANT VARCHAR2(30) := 'FACTORING';
91:
92:
93: /* =======================================================================

Line 153: -- ***** Standard API parameters *****

149: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
150:
151: PROCEDURE Complete_BR (
152:
153: -- ***** Standard API parameters *****
154:
155: p_api_version IN NUMBER,
156: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE,
157: p_commit IN VARCHAR2 := FND_API.G_FALSE,

Line 213: | Standard start of API savepoint |

209: x_msg_count := NULL;
210: x_msg_data := NULL;
211:
212: /*-----------------------------------------------+
213: | Standard start of API savepoint |
214: +-----------------------------------------------*/
215:
216: SAVEPOINT Complete_BR_PVT;
217:

Line 220: | Standard call to check for call compatibility |

216: SAVEPOINT Complete_BR_PVT;
217:
218:
219: /*-----------------------------------------------+
220: | Standard call to check for call compatibility |
221: +-----------------------------------------------*/
222:
223: IF NOT FND_API.Compatible_API_Call( l_api_version ,
224: p_api_version ,

Line 262: arp_standard.debug('Defaulting instrument Assign Id. ');

258: where customer_trx_id = p_customer_trx_id;
259:
260: if l_payment_trxn_extension_id is null then
261: If substr(l_created_from,1,8) = 'ARBRCBAT' then
262: arp_standard.debug('Defaulting instrument Assign Id. ');
263:
264: /* Bug724495, Bills Receivable batch program will create BR based on
265: the drawee bank account (instr_assign_id) irrespective of receipt
266: method set to One Per Customer or Per Customer Due Date or Per

Line 297: arp_standard.debug('Assign Id Value: ' ||l_instr_id );

293: End;
294: Else
295: l_instr_id := Null;
296: End IF;
297: arp_standard.debug('Assign Id Value: ' ||l_instr_id );
298:
299: AR_BILLS_CREATION_PUB.create_br_trxn_extension(
300: p_api_version => 1.0,
301: p_init_msg_list => p_init_msg_list,

Line 320: arp_standard.debug('Call to AR_BILLS_CREATION_PUB.create_br_trxn_extension Errored');

316: IF x_return_status <> 'S'
317: THEN
318: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );
319: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);
320: arp_standard.debug('Call to AR_BILLS_CREATION_PUB.create_br_trxn_extension Errored');
321: app_exception.raise_exception;
322: END IF;
323:
324: update ra_customer_trx

Line 471: | Standard check of p_commit |

467:
468:
469:
470: /*-----------------------------------------------+
471: | Standard check of p_commit |
472: +-----------------------------------------------*/
473:
474: IF FND_API.To_Boolean( p_commit )
475: THEN

Line 561: -- ***** Standard API parameters *****

557:
558:
559: PROCEDURE UnComplete_BR (
560:
561: -- ***** Standard API parameters *****
562:
563: p_api_version IN NUMBER ,
564: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
565: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 599: | Standard start of API savepoint |

595: END IF;
596: x_msg_count := NULL;
597: x_msg_data := NULL;
598: /*-----------------------------------------------+
599: | Standard start of API savepoint |
600: +-----------------------------------------------*/
601:
602: SAVEPOINT UnComplete_BR_PVT;
603:

Line 606: | Standard call to check for call compatibility |

602: SAVEPOINT UnComplete_BR_PVT;
603:
604:
605: /*-----------------------------------------------+
606: | Standard call to check for call compatibility |
607: +-----------------------------------------------*/
608:
609: IF NOT FND_API.Compatible_API_Call( l_api_version ,
610: p_api_version ,

Line 770: | Standard check of p_commit |

766: p_status := l_trh_rec.status ;
767:
768:
769: /*-----------------------------------------------+
770: | Standard check of p_commit |
771: +-----------------------------------------------*/
772:
773: IF FND_API.To_Boolean( p_commit )
774: THEN

Line 860: -- ***** Standard API parameters *****

856:
857:
858: PROCEDURE Accept_BR (
859:
860: -- ***** Standard API parameters *****
861:
862: p_api_version IN NUMBER ,
863: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
864: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 904: | Standard start of API savepoint |

900: x_msg_count := NULL;
901: x_msg_data := NULL;
902:
903: /*-----------------------------------------------+
904: | Standard start of API savepoint |
905: +-----------------------------------------------*/
906:
907: SAVEPOINT Accept_BR_PVT;
908:

Line 911: | Standard call to check for call compatibility |

907: SAVEPOINT Accept_BR_PVT;
908:
909:
910: /*-----------------------------------------------+
911: | Standard call to check for call compatibility |
912: +-----------------------------------------------*/
913:
914: IF NOT FND_API.Compatible_API_Call( l_api_version ,
915: p_api_version ,

Line 1008: l_mesg := arp_standard.FND_MESSAGE('AR_BR_SPMENU_ACCEPTANCE');

1004: /*-----------------------------------------------+
1005: | Data Validation |
1006: +-----------------------------------------------*/
1007:
1008: l_mesg := arp_standard.FND_MESSAGE('AR_BR_SPMENU_ACCEPTANCE');
1009: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
1010:
1011: l_trh_rec.trx_date := l_trx_date ;
1012: l_trh_rec.gl_date := l_gl_date ;

Line 1060: | Standard check of p_commit |

1056: p_status := l_trh_rec.status ;
1057:
1058:
1059: /*-----------------------------------------------+
1060: | Standard check of p_commit |
1061: +-----------------------------------------------*/
1062:
1063: IF FND_API.To_Boolean( p_commit )
1064: THEN

Line 1144: -- ***** Standard API parameters *****

1140:
1141:
1142: PROCEDURE Hold_BR (
1143:
1144: -- ***** Standard API parameters *****
1145:
1146: p_api_version IN NUMBER ,
1147: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
1148: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 1181: | Standard start of API savepoint |

1177: x_msg_count := NULL;
1178: x_msg_data := NULL;
1179:
1180: /*-----------------------------------------------+
1181: | Standard start of API savepoint |
1182: +-----------------------------------------------*/
1183:
1184: SAVEPOINT Hold_BR_PVT;
1185:

Line 1188: | Standard call to check for call compatibility |

1184: SAVEPOINT Hold_BR_PVT;
1185:
1186:
1187: /*-----------------------------------------------+
1188: | Standard call to check for call compatibility |
1189: +-----------------------------------------------*/
1190:
1191: IF NOT FND_API.Compatible_API_Call( l_api_version ,
1192: p_api_version ,

Line 1334: | Standard check of p_commit |

1330: p_status := l_trh_rec.status;
1331:
1332:
1333: /*-----------------------------------------------+
1334: | Standard check of p_commit |
1335: +-----------------------------------------------*/
1336:
1337: IF FND_API.To_Boolean( p_commit )
1338: THEN

Line 1415: -- ***** Standard API parameters *****

1411:
1412:
1413: PROCEDURE UnHold_BR (
1414:
1415: -- ***** Standard API parameters *****
1416:
1417: p_api_version IN NUMBER ,
1418: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
1419: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 1452: | Standard start of API savepoint |

1448: x_msg_count := NULL;
1449: x_msg_data := NULL;
1450:
1451: /*-----------------------------------------------+
1452: | Standard start of API savepoint |
1453: +-----------------------------------------------*/
1454:
1455: SAVEPOINT UnHold_BR_PVT;
1456:

Line 1459: | Standard call to check for call compatibility |

1455: SAVEPOINT UnHold_BR_PVT;
1456:
1457:
1458: /*-----------------------------------------------+
1459: | Standard call to check for call compatibility |
1460: +-----------------------------------------------*/
1461:
1462: IF NOT FND_API.Compatible_API_Call( l_api_version ,
1463: p_api_version ,

Line 1600: | Standard check of p_commit |

1596: p_status := l_trh_rec.status;
1597:
1598:
1599: /*-----------------------------------------------+
1600: | Standard check of p_commit |
1601: +-----------------------------------------------*/
1602:
1603: IF FND_API.To_Boolean( p_commit )
1604: THEN

Line 1705: | Standard start of API savepoint |

1701: arp_util.debug('AR_BILLS_MAINTAIN_PUB.Select_BR_Remit ()+');
1702: END IF;
1703:
1704: /*-----------------------------------------------+
1705: | Standard start of API savepoint |
1706: +-----------------------------------------------*/
1707:
1708: SAVEPOINT Select_BR_Remit_PVT;
1709:

Line 1875: | Standard start of API savepoint |

1871: arp_util.debug('AR_BILLS_MAINTAIN_PUB.DeSelect_BR_Remit ()+');
1872: END IF;
1873:
1874: /*-----------------------------------------------+
1875: | Standard start of API savepoint |
1876: +-----------------------------------------------*/
1877:
1878: SAVEPOINT DeSelect_BR_Remit_PVT;
1879:

Line 2035: | Standard start of API savepoint |

2031: arp_util.debug('AR_BILLS_MAINTAIN_PUB.Cancel_BR_Remit ()+');
2032: END IF;
2033:
2034: /*-----------------------------------------------+
2035: | Standard start of API savepoint |
2036: +-----------------------------------------------*/
2037:
2038: SAVEPOINT Cancel_BR_Remit_PVT;
2039:

Line 2196: | Standard start of API savepoint |

2192: END IF;
2193:
2194:
2195: /*-----------------------------------------------+
2196: | Standard start of API savepoint |
2197: +-----------------------------------------------*/
2198:
2199: SAVEPOINT Approve_BR_Remit_PVT;
2200:

Line 2269: IF (l_batch_rec.remit_method_code = C_STANDARD)

2265: /*----------------------------------------------+
2266: | Remittance Approval |
2267: +-----------------------------------------------*/
2268:
2269: IF (l_batch_rec.remit_method_code = C_STANDARD)
2270: THEN
2271: /*----------------------------------------------+
2272: | Standard Remittance Approval |
2273: +-----------------------------------------------*/

Line 2272: | Standard Remittance Approval |

2268:
2269: IF (l_batch_rec.remit_method_code = C_STANDARD)
2270: THEN
2271: /*----------------------------------------------+
2272: | Standard Remittance Approval |
2273: +-----------------------------------------------*/
2274:
2275: l_action := C_REMIT_STANDARD;
2276: l_trh_rec.postable_flag := 'Y';

Line 2275: l_action := C_REMIT_STANDARD;

2271: /*----------------------------------------------+
2272: | Standard Remittance Approval |
2273: +-----------------------------------------------*/
2274:
2275: l_action := C_REMIT_STANDARD;
2276: l_trh_rec.postable_flag := 'Y';
2277: l_trh_rec.current_accounted_flag:= 'Y';
2278:
2279:

Line 2437: -- ***** Standard API parameters *****

2433:
2434:
2435: PROCEDURE Cancel_BR (
2436:
2437: -- ***** Standard API parameters *****
2438:
2439: p_api_version IN NUMBER ,
2440: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
2441: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 2488: | Standard start of API savepoint |

2484:
2485: x_msg_count := NULL;
2486: x_msg_data := NULL;
2487: /*-----------------------------------------------+
2488: | Standard start of API savepoint |
2489: +-----------------------------------------------*/
2490:
2491: SAVEPOINT Cancel_BR_PVT;
2492:

Line 2494: | Standard call to check for call compatibility |

2490:
2491: SAVEPOINT Cancel_BR_PVT;
2492:
2493: /*-----------------------------------------------+
2494: | Standard call to check for call compatibility |
2495: +-----------------------------------------------*/
2496:
2497: IF NOT FND_API.Compatible_API_Call( l_api_version ,
2498: p_api_version ,

Line 2593: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_CANCEL');

2589: /*-----------------------------------------------+
2590: | Data Validation |
2591: +-----------------------------------------------*/
2592:
2593: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_CANCEL');
2594: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2595:
2596: l_trh_rec.trx_date := l_trx_date ;
2597: l_trh_rec.gl_date := l_gl_date ;

Line 2686: | Standard check of p_commit |

2682: p_status := l_trh_rec.status ;
2683:
2684:
2685: /*-----------------------------------------------+
2686: | Standard check of p_commit |
2687: +-----------------------------------------------*/
2688:
2689: IF FND_API.To_Boolean( p_commit )
2690: THEN

Line 2769: -- ***** Standard API parameters *****

2765:
2766:
2767: PROCEDURE Unpaid_BR (
2768:
2769: -- ***** Standard API parameters *****
2770:
2771: p_api_version IN NUMBER ,
2772: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
2773: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 2815: | Standard start of API savepoint |

2811: x_msg_count := NULL;
2812: x_msg_data := NULL;
2813:
2814: /*-----------------------------------------------+
2815: | Standard start of API savepoint |
2816: +-----------------------------------------------*/
2817:
2818: SAVEPOINT Unpaid_BR_PVT;
2819:

Line 2821: | Standard call to check for call compatibility |

2817:
2818: SAVEPOINT Unpaid_BR_PVT;
2819:
2820: /*-----------------------------------------------+
2821: | Standard call to check for call compatibility |
2822: +-----------------------------------------------*/
2823:
2824: IF NOT FND_API.Compatible_API_Call( l_api_version ,
2825: p_api_version ,

Line 2921: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNPAID');

2917: /*-----------------------------------------------+
2918: | Data Validation |
2919: +-----------------------------------------------*/
2920:
2921: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNPAID');
2922: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2923:
2924: l_trh_rec.trx_date := l_trx_date ;
2925: l_trh_rec.gl_date := l_gl_date ;

Line 2987: | Standard check of p_commit |

2983: p_status := l_trh_rec.status ;
2984:
2985:
2986: /*-----------------------------------------------+
2987: | Standard check of p_commit |
2988: +-----------------------------------------------*/
2989:
2990: IF FND_API.To_Boolean( p_commit )
2991: THEN

Line 3070: -- ***** Standard API parameters *****

3066:
3067:
3068: PROCEDURE Endorse_BR (
3069:
3070: -- ***** Standard API parameters *****
3071:
3072: p_api_version IN NUMBER ,
3073: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3074: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 3119: | Standard start of API savepoint |

3115: x_msg_count := NULL;
3116: x_msg_data := NULL;
3117:
3118: /*-----------------------------------------------+
3119: | Standard start of API savepoint |
3120: +-----------------------------------------------*/
3121:
3122: SAVEPOINT Endorse_BR_PVT;
3123:

Line 3125: | Standard call to check for call compatibility |

3121:
3122: SAVEPOINT Endorse_BR_PVT;
3123:
3124: /*-----------------------------------------------+
3125: | Standard call to check for call compatibility |
3126: +-----------------------------------------------*/
3127:
3128: IF NOT FND_API.Compatible_API_Call( l_api_version ,
3129: p_api_version ,

Line 3230: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ENDORSE');

3226: /*----------------------------------------------+
3227: | Data Validation |
3228: +-----------------------------------------------*/
3229:
3230: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ENDORSE');
3231: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3232:
3233: l_trh_rec.trx_date := l_trx_date ;
3234: l_trh_rec.gl_date := l_gl_date ;

Line 3366: | Standard check of p_commit |

3362:
3363: p_status := l_trh_rec.status ;
3364:
3365: /*-----------------------------------------------+
3366: | Standard check of p_commit |
3367: +-----------------------------------------------*/
3368:
3369: IF FND_API.To_Boolean( p_commit )
3370: THEN

Line 3449: -- ***** Standard API parameters *****

3445:
3446:
3447: PROCEDURE Protest_BR (
3448:
3449: -- ***** Standard API parameters *****
3450:
3451: p_api_version IN NUMBER ,
3452: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3453: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 3490: | Standard start of API savepoint |

3486: x_msg_count := NULL;
3487: x_msg_data := NULL;
3488:
3489: /*-----------------------------------------------+
3490: | Standard start of API savepoint |
3491: +-----------------------------------------------*/
3492:
3493: SAVEPOINT Protest_BR_PVT;
3494:

Line 3496: | Standard call to check for call compatibility |

3492:
3493: SAVEPOINT Protest_BR_PVT;
3494:
3495: /*-----------------------------------------------+
3496: | Standard call to check for call compatibility |
3497: +-----------------------------------------------*/
3498:
3499: IF NOT FND_API.Compatible_API_Call( l_api_version ,
3500: p_api_version ,

Line 3586: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_PROTEST');

3582: /*-----------------------------------------------+
3583: | Data validation |
3584: +-----------------------------------------------*/
3585:
3586: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_PROTEST');
3587: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, NULL, l_trh_rec, l_mesg);
3588:
3589: l_trh_rec.trx_date := l_trx_date;
3590: l_trh_rec.comments := p_protest_comments;

Line 3626: | Standard check of p_commit |

3622: p_status := l_trh_rec.status ;
3623:
3624:
3625: /*-----------------------------------------------+
3626: | Standard check of p_commit |
3627: +-----------------------------------------------*/
3628:
3629: IF FND_API.To_Boolean( p_commit )
3630: THEN

Line 3709: -- ***** Standard API parameters *****

3705:
3706:
3707: PROCEDURE Restate_BR (
3708:
3709: -- ***** Standard API parameters *****
3710:
3711: p_api_version IN NUMBER ,
3712: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3713: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 3753: | Standard start of API savepoint |

3749: x_msg_count := NULL;
3750: x_msg_data := NULL;
3751:
3752: /*-----------------------------------------------+
3753: | Standard start of API savepoint |
3754: +-----------------------------------------------*/
3755:
3756: SAVEPOINT Restate_BR_PVT;
3757:

Line 3759: | Standard call to check for call compatibility |

3755:
3756: SAVEPOINT Restate_BR_PVT;
3757:
3758: /*-----------------------------------------------+
3759: | Standard call to check for call compatibility |
3760: +-----------------------------------------------*/
3761:
3762: IF NOT FND_API.Compatible_API_Call( l_api_version ,
3763: p_api_version ,

Line 3851: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RESTATE');

3847: /*----------------------------------------------+
3848: | Data validation |
3849: +-----------------------------------------------*/
3850:
3851: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RESTATE');
3852: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3853:
3854: l_trh_rec.trx_date := l_trx_date ;
3855: l_trh_rec.gl_date := l_gl_date ;

Line 3902: | Standard check of p_commit |

3898: p_status := l_trh_rec.status ;
3899:
3900:
3901: /*-----------------------------------------------+
3902: | Standard check of p_commit |
3903: +-----------------------------------------------*/
3904:
3905: IF FND_API.To_Boolean( p_commit )
3906: THEN

Line 3985: -- ***** Standard API parameters *****

3981:
3982:
3983: PROCEDURE Recall_BR (
3984:
3985: -- ***** Standard API parameters *****
3986:
3987: p_api_version IN NUMBER ,
3988: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3989: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 4032: | Standard start of API savepoint |

4028: x_msg_count := NULL;
4029: x_msg_data := NULL;
4030:
4031: /*-----------------------------------------------+
4032: | Standard start of API savepoint |
4033: +-----------------------------------------------*/
4034:
4035: SAVEPOINT Recall_BR_PVT;
4036:

Line 4038: | Standard call to check for call compatibility |

4034:
4035: SAVEPOINT Recall_BR_PVT;
4036:
4037: /*-----------------------------------------------+
4038: | Standard call to check for call compatibility |
4039: +-----------------------------------------------*/
4040:
4041: IF NOT FND_API.Compatible_API_Call( l_api_version ,
4042: p_api_version ,

Line 4130: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RECALL');

4126: /*----------------------------------------------+
4127: | Data Validation |
4128: +-----------------------------------------------*/
4129:
4130: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RECALL');
4131: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4132:
4133: l_trh_rec.trx_date := l_trx_date ;
4134: l_trh_rec.gl_date := l_gl_date ;

Line 4226: | Standard check of p_commit |

4222: p_status := l_trh_rec.status ;
4223:
4224:
4225: /*-----------------------------------------------+
4226: | Standard check of p_commit |
4227: +-----------------------------------------------*/
4228:
4229: IF FND_API.To_Boolean( p_commit )
4230: THEN

Line 4309: -- ***** Standard API parameters *****

4305:
4306:
4307: PROCEDURE Eliminate_Risk_BR (
4308:
4309: -- ***** Standard API parameters *****
4310:
4311: p_api_version IN NUMBER ,
4312: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
4313: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 4359: | Standard start of API savepoint |

4355: x_msg_count := NULL;
4356: x_msg_data := NULL;
4357:
4358: /*-----------------------------------------------+
4359: | Standard start of API savepoint |
4360: +-----------------------------------------------*/
4361:
4362: SAVEPOINT Eliminate_Risk_BR_PVT;
4363:

Line 4365: | Standard call to check for call compatibility |

4361:
4362: SAVEPOINT Eliminate_Risk_BR_PVT;
4363:
4364: /*-----------------------------------------------+
4365: | Standard call to check for call compatibility |
4366: +-----------------------------------------------*/
4367:
4368: IF NOT FND_API.Compatible_API_Call( l_api_version ,
4369: p_api_version ,

Line 4464: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ELIMINATE');

4460: /*----------------------------------------------+
4461: | Data validation |
4462: +-----------------------------------------------*/
4463:
4464: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ELIMINATE');
4465: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4466:
4467: l_trh_rec.trx_date := l_trx_date;
4468: l_trh_rec.gl_date := l_gl_date;

Line 4562: | Standard check of p_commit |

4558: p_status := l_trh_rec.status ;
4559:
4560:
4561: /*-----------------------------------------------+
4562: | Standard check of p_commit |
4563: +-----------------------------------------------*/
4564:
4565: IF FND_API.To_Boolean( p_commit )
4566: THEN

Line 4645: -- ***** Standard API parameters *****

4641:
4642:
4643: PROCEDURE UnEliminate_Risk_BR (
4644:
4645: -- ***** Standard API parameters *****
4646:
4647: p_api_version IN NUMBER ,
4648: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
4649: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 4699: | Standard start of API savepoint |

4695: x_msg_count := NULL;
4696: x_msg_data := NULL;
4697:
4698: /*-----------------------------------------------+
4699: | Standard start of API savepoint |
4700: +-----------------------------------------------*/
4701:
4702: SAVEPOINT UnEliminate_Risk_BR_PVT;
4703:

Line 4705: | Standard call to check for call compatibility |

4701:
4702: SAVEPOINT UnEliminate_Risk_BR_PVT;
4703:
4704: /*-----------------------------------------------+
4705: | Standard call to check for call compatibility |
4706: +-----------------------------------------------*/
4707:
4708: IF NOT FND_API.Compatible_API_Call( l_api_version ,
4709: p_api_version ,

Line 4822: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNELIMINATE');

4818: /*----------------------------------------------+
4819: | Data validation |
4820: +-----------------------------------------------*/
4821:
4822: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNELIMINATE');
4823: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4824:
4825: l_trh_rec.trx_date := l_trx_date ;
4826: l_trh_rec.gl_date := l_gl_date ;

Line 4929: | Standard check of p_commit |

4925: p_status := l_trh_rec.status ;
4926:
4927:
4928: /*-----------------------------------------------+
4929: | Standard check of p_commit |
4930: +-----------------------------------------------*/
4931:
4932: IF FND_API.To_Boolean( p_commit )
4933: THEN

Line 5013: -- ***** Standard API parameters *****

5009:
5010:
5011: PROCEDURE Exchange_BR (
5012:
5013: -- ***** Standard API parameters *****
5014:
5015: p_api_version IN NUMBER ,
5016: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
5017: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 5062: | Standard start of API savepoint |

5058: x_msg_count := NULL;
5059: x_msg_data := NULL;
5060:
5061: /*-----------------------------------------------+
5062: | Standard start of API savepoint |
5063: +-----------------------------------------------*/
5064:
5065: SAVEPOINT Exchange_BR_PVT;
5066:

Line 5069: | Standard call to check for call compatibility |

5065: SAVEPOINT Exchange_BR_PVT;
5066:
5067:
5068: /*-----------------------------------------------+
5069: | Standard call to check for call compatibility |
5070: +-----------------------------------------------*/
5071:
5072: IF NOT FND_API.Compatible_API_Call( l_api_version ,
5073: p_api_version ,

Line 5289: | Standard check of p_commit |

5285: l_trh_rec.transaction_history_id);
5286:
5287:
5288: /*-----------------------------------------------+
5289: | Standard check of p_commit |
5290: +-----------------------------------------------*/
5291:
5292: IF FND_API.To_Boolean( p_commit )
5293: THEN