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 286: arp_standard.debug('Assign Id Value: ' ||l_instr_id );

282: End;
283: Else
284: l_instr_id := Null;
285: End IF;
286: arp_standard.debug('Assign Id Value: ' ||l_instr_id );
287:
288: AR_BILLS_CREATION_PUB.create_br_trxn_extension(
289: p_api_version => 1.0,
290: p_init_msg_list => p_init_msg_list,

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

305: IF x_return_status <> 'S'
306: THEN
307: FND_MESSAGE.set_name( 'AR' , 'AR_BR_CANNOT_COMPLETE' );
308: FND_MESSAGE.set_token( 'BRNUM' , l_trx_rec.trx_number);
309: arp_standard.debug('Call to AR_BILLS_CREATION_PUB.create_br_trxn_extension Errored');
310: app_exception.raise_exception;
311: END IF;
312:
313: update ra_customer_trx

Line 460: | Standard check of p_commit |

456:
457:
458:
459: /*-----------------------------------------------+
460: | Standard check of p_commit |
461: +-----------------------------------------------*/
462:
463: IF FND_API.To_Boolean( p_commit )
464: THEN

Line 550: -- ***** Standard API parameters *****

546:
547:
548: PROCEDURE UnComplete_BR (
549:
550: -- ***** Standard API parameters *****
551:
552: p_api_version IN NUMBER ,
553: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
554: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 588: | Standard start of API savepoint |

584: END IF;
585: x_msg_count := NULL;
586: x_msg_data := NULL;
587: /*-----------------------------------------------+
588: | Standard start of API savepoint |
589: +-----------------------------------------------*/
590:
591: SAVEPOINT UnComplete_BR_PVT;
592:

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

591: SAVEPOINT UnComplete_BR_PVT;
592:
593:
594: /*-----------------------------------------------+
595: | Standard call to check for call compatibility |
596: +-----------------------------------------------*/
597:
598: IF NOT FND_API.Compatible_API_Call( l_api_version ,
599: p_api_version ,

Line 759: | Standard check of p_commit |

755: p_status := l_trh_rec.status ;
756:
757:
758: /*-----------------------------------------------+
759: | Standard check of p_commit |
760: +-----------------------------------------------*/
761:
762: IF FND_API.To_Boolean( p_commit )
763: THEN

Line 849: -- ***** Standard API parameters *****

845:
846:
847: PROCEDURE Accept_BR (
848:
849: -- ***** Standard API parameters *****
850:
851: p_api_version IN NUMBER ,
852: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
853: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 893: | Standard start of API savepoint |

889: x_msg_count := NULL;
890: x_msg_data := NULL;
891:
892: /*-----------------------------------------------+
893: | Standard start of API savepoint |
894: +-----------------------------------------------*/
895:
896: SAVEPOINT Accept_BR_PVT;
897:

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

896: SAVEPOINT Accept_BR_PVT;
897:
898:
899: /*-----------------------------------------------+
900: | Standard call to check for call compatibility |
901: +-----------------------------------------------*/
902:
903: IF NOT FND_API.Compatible_API_Call( l_api_version ,
904: p_api_version ,

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

993: /*-----------------------------------------------+
994: | Data Validation |
995: +-----------------------------------------------*/
996:
997: l_mesg := arp_standard.FND_MESSAGE('AR_BR_SPMENU_ACCEPTANCE');
998: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
999:
1000: l_trh_rec.trx_date := l_trx_date ;
1001: l_trh_rec.gl_date := l_gl_date ;

Line 1049: | Standard check of p_commit |

1045: p_status := l_trh_rec.status ;
1046:
1047:
1048: /*-----------------------------------------------+
1049: | Standard check of p_commit |
1050: +-----------------------------------------------*/
1051:
1052: IF FND_API.To_Boolean( p_commit )
1053: THEN

Line 1133: -- ***** Standard API parameters *****

1129:
1130:
1131: PROCEDURE Hold_BR (
1132:
1133: -- ***** Standard API parameters *****
1134:
1135: p_api_version IN NUMBER ,
1136: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
1137: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 1170: | Standard start of API savepoint |

1166: x_msg_count := NULL;
1167: x_msg_data := NULL;
1168:
1169: /*-----------------------------------------------+
1170: | Standard start of API savepoint |
1171: +-----------------------------------------------*/
1172:
1173: SAVEPOINT Hold_BR_PVT;
1174:

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

1173: SAVEPOINT Hold_BR_PVT;
1174:
1175:
1176: /*-----------------------------------------------+
1177: | Standard call to check for call compatibility |
1178: +-----------------------------------------------*/
1179:
1180: IF NOT FND_API.Compatible_API_Call( l_api_version ,
1181: p_api_version ,

Line 1323: | Standard check of p_commit |

1319: p_status := l_trh_rec.status;
1320:
1321:
1322: /*-----------------------------------------------+
1323: | Standard check of p_commit |
1324: +-----------------------------------------------*/
1325:
1326: IF FND_API.To_Boolean( p_commit )
1327: THEN

Line 1404: -- ***** Standard API parameters *****

1400:
1401:
1402: PROCEDURE UnHold_BR (
1403:
1404: -- ***** Standard API parameters *****
1405:
1406: p_api_version IN NUMBER ,
1407: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
1408: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 1441: | Standard start of API savepoint |

1437: x_msg_count := NULL;
1438: x_msg_data := NULL;
1439:
1440: /*-----------------------------------------------+
1441: | Standard start of API savepoint |
1442: +-----------------------------------------------*/
1443:
1444: SAVEPOINT UnHold_BR_PVT;
1445:

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

1444: SAVEPOINT UnHold_BR_PVT;
1445:
1446:
1447: /*-----------------------------------------------+
1448: | Standard call to check for call compatibility |
1449: +-----------------------------------------------*/
1450:
1451: IF NOT FND_API.Compatible_API_Call( l_api_version ,
1452: p_api_version ,

Line 1589: | Standard check of p_commit |

1585: p_status := l_trh_rec.status;
1586:
1587:
1588: /*-----------------------------------------------+
1589: | Standard check of p_commit |
1590: +-----------------------------------------------*/
1591:
1592: IF FND_API.To_Boolean( p_commit )
1593: THEN

Line 1694: | Standard start of API savepoint |

1690: arp_util.debug('AR_BILLS_MAINTAIN_PUB.Select_BR_Remit ()+');
1691: END IF;
1692:
1693: /*-----------------------------------------------+
1694: | Standard start of API savepoint |
1695: +-----------------------------------------------*/
1696:
1697: SAVEPOINT Select_BR_Remit_PVT;
1698:

Line 1864: | Standard start of API savepoint |

1860: arp_util.debug('AR_BILLS_MAINTAIN_PUB.DeSelect_BR_Remit ()+');
1861: END IF;
1862:
1863: /*-----------------------------------------------+
1864: | Standard start of API savepoint |
1865: +-----------------------------------------------*/
1866:
1867: SAVEPOINT DeSelect_BR_Remit_PVT;
1868:

Line 2024: | Standard start of API savepoint |

2020: arp_util.debug('AR_BILLS_MAINTAIN_PUB.Cancel_BR_Remit ()+');
2021: END IF;
2022:
2023: /*-----------------------------------------------+
2024: | Standard start of API savepoint |
2025: +-----------------------------------------------*/
2026:
2027: SAVEPOINT Cancel_BR_Remit_PVT;
2028:

Line 2185: | Standard start of API savepoint |

2181: END IF;
2182:
2183:
2184: /*-----------------------------------------------+
2185: | Standard start of API savepoint |
2186: +-----------------------------------------------*/
2187:
2188: SAVEPOINT Approve_BR_Remit_PVT;
2189:

Line 2258: IF (l_batch_rec.remit_method_code = C_STANDARD)

2254: /*----------------------------------------------+
2255: | Remittance Approval |
2256: +-----------------------------------------------*/
2257:
2258: IF (l_batch_rec.remit_method_code = C_STANDARD)
2259: THEN
2260: /*----------------------------------------------+
2261: | Standard Remittance Approval |
2262: +-----------------------------------------------*/

Line 2261: | Standard Remittance Approval |

2257:
2258: IF (l_batch_rec.remit_method_code = C_STANDARD)
2259: THEN
2260: /*----------------------------------------------+
2261: | Standard Remittance Approval |
2262: +-----------------------------------------------*/
2263:
2264: l_action := C_REMIT_STANDARD;
2265: l_trh_rec.postable_flag := 'Y';

Line 2264: l_action := C_REMIT_STANDARD;

2260: /*----------------------------------------------+
2261: | Standard Remittance Approval |
2262: +-----------------------------------------------*/
2263:
2264: l_action := C_REMIT_STANDARD;
2265: l_trh_rec.postable_flag := 'Y';
2266: l_trh_rec.current_accounted_flag:= 'Y';
2267:
2268:

Line 2426: -- ***** Standard API parameters *****

2422:
2423:
2424: PROCEDURE Cancel_BR (
2425:
2426: -- ***** Standard API parameters *****
2427:
2428: p_api_version IN NUMBER ,
2429: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
2430: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 2477: | Standard start of API savepoint |

2473:
2474: x_msg_count := NULL;
2475: x_msg_data := NULL;
2476: /*-----------------------------------------------+
2477: | Standard start of API savepoint |
2478: +-----------------------------------------------*/
2479:
2480: SAVEPOINT Cancel_BR_PVT;
2481:

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

2479:
2480: SAVEPOINT Cancel_BR_PVT;
2481:
2482: /*-----------------------------------------------+
2483: | Standard call to check for call compatibility |
2484: +-----------------------------------------------*/
2485:
2486: IF NOT FND_API.Compatible_API_Call( l_api_version ,
2487: p_api_version ,

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

2578: /*-----------------------------------------------+
2579: | Data Validation |
2580: +-----------------------------------------------*/
2581:
2582: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_CANCEL');
2583: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2584:
2585: l_trh_rec.trx_date := l_trx_date ;
2586: l_trh_rec.gl_date := l_gl_date ;

Line 2675: | Standard check of p_commit |

2671: p_status := l_trh_rec.status ;
2672:
2673:
2674: /*-----------------------------------------------+
2675: | Standard check of p_commit |
2676: +-----------------------------------------------*/
2677:
2678: IF FND_API.To_Boolean( p_commit )
2679: THEN

Line 2758: -- ***** Standard API parameters *****

2754:
2755:
2756: PROCEDURE Unpaid_BR (
2757:
2758: -- ***** Standard API parameters *****
2759:
2760: p_api_version IN NUMBER ,
2761: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
2762: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 2804: | Standard start of API savepoint |

2800: x_msg_count := NULL;
2801: x_msg_data := NULL;
2802:
2803: /*-----------------------------------------------+
2804: | Standard start of API savepoint |
2805: +-----------------------------------------------*/
2806:
2807: SAVEPOINT Unpaid_BR_PVT;
2808:

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

2806:
2807: SAVEPOINT Unpaid_BR_PVT;
2808:
2809: /*-----------------------------------------------+
2810: | Standard call to check for call compatibility |
2811: +-----------------------------------------------*/
2812:
2813: IF NOT FND_API.Compatible_API_Call( l_api_version ,
2814: p_api_version ,

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

2906: /*-----------------------------------------------+
2907: | Data Validation |
2908: +-----------------------------------------------*/
2909:
2910: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNPAID');
2911: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
2912:
2913: l_trh_rec.trx_date := l_trx_date ;
2914: l_trh_rec.gl_date := l_gl_date ;

Line 2976: | Standard check of p_commit |

2972: p_status := l_trh_rec.status ;
2973:
2974:
2975: /*-----------------------------------------------+
2976: | Standard check of p_commit |
2977: +-----------------------------------------------*/
2978:
2979: IF FND_API.To_Boolean( p_commit )
2980: THEN

Line 3059: -- ***** Standard API parameters *****

3055:
3056:
3057: PROCEDURE Endorse_BR (
3058:
3059: -- ***** Standard API parameters *****
3060:
3061: p_api_version IN NUMBER ,
3062: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3063: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 3108: | Standard start of API savepoint |

3104: x_msg_count := NULL;
3105: x_msg_data := NULL;
3106:
3107: /*-----------------------------------------------+
3108: | Standard start of API savepoint |
3109: +-----------------------------------------------*/
3110:
3111: SAVEPOINT Endorse_BR_PVT;
3112:

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

3110:
3111: SAVEPOINT Endorse_BR_PVT;
3112:
3113: /*-----------------------------------------------+
3114: | Standard call to check for call compatibility |
3115: +-----------------------------------------------*/
3116:
3117: IF NOT FND_API.Compatible_API_Call( l_api_version ,
3118: p_api_version ,

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

3215: /*----------------------------------------------+
3216: | Data Validation |
3217: +-----------------------------------------------*/
3218:
3219: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ENDORSE');
3220: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3221:
3222: l_trh_rec.trx_date := l_trx_date ;
3223: l_trh_rec.gl_date := l_gl_date ;

Line 3355: | Standard check of p_commit |

3351:
3352: p_status := l_trh_rec.status ;
3353:
3354: /*-----------------------------------------------+
3355: | Standard check of p_commit |
3356: +-----------------------------------------------*/
3357:
3358: IF FND_API.To_Boolean( p_commit )
3359: THEN

Line 3438: -- ***** Standard API parameters *****

3434:
3435:
3436: PROCEDURE Protest_BR (
3437:
3438: -- ***** Standard API parameters *****
3439:
3440: p_api_version IN NUMBER ,
3441: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3442: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 3479: | Standard start of API savepoint |

3475: x_msg_count := NULL;
3476: x_msg_data := NULL;
3477:
3478: /*-----------------------------------------------+
3479: | Standard start of API savepoint |
3480: +-----------------------------------------------*/
3481:
3482: SAVEPOINT Protest_BR_PVT;
3483:

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

3481:
3482: SAVEPOINT Protest_BR_PVT;
3483:
3484: /*-----------------------------------------------+
3485: | Standard call to check for call compatibility |
3486: +-----------------------------------------------*/
3487:
3488: IF NOT FND_API.Compatible_API_Call( l_api_version ,
3489: p_api_version ,

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

3571: /*-----------------------------------------------+
3572: | Data validation |
3573: +-----------------------------------------------*/
3574:
3575: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_PROTEST');
3576: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, NULL, l_trh_rec, l_mesg);
3577:
3578: l_trh_rec.trx_date := l_trx_date;
3579: l_trh_rec.comments := p_protest_comments;

Line 3615: | Standard check of p_commit |

3611: p_status := l_trh_rec.status ;
3612:
3613:
3614: /*-----------------------------------------------+
3615: | Standard check of p_commit |
3616: +-----------------------------------------------*/
3617:
3618: IF FND_API.To_Boolean( p_commit )
3619: THEN

Line 3698: -- ***** Standard API parameters *****

3694:
3695:
3696: PROCEDURE Restate_BR (
3697:
3698: -- ***** Standard API parameters *****
3699:
3700: p_api_version IN NUMBER ,
3701: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3702: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 3742: | Standard start of API savepoint |

3738: x_msg_count := NULL;
3739: x_msg_data := NULL;
3740:
3741: /*-----------------------------------------------+
3742: | Standard start of API savepoint |
3743: +-----------------------------------------------*/
3744:
3745: SAVEPOINT Restate_BR_PVT;
3746:

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

3744:
3745: SAVEPOINT Restate_BR_PVT;
3746:
3747: /*-----------------------------------------------+
3748: | Standard call to check for call compatibility |
3749: +-----------------------------------------------*/
3750:
3751: IF NOT FND_API.Compatible_API_Call( l_api_version ,
3752: p_api_version ,

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

3836: /*----------------------------------------------+
3837: | Data validation |
3838: +-----------------------------------------------*/
3839:
3840: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RESTATE');
3841: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
3842:
3843: l_trh_rec.trx_date := l_trx_date ;
3844: l_trh_rec.gl_date := l_gl_date ;

Line 3891: | Standard check of p_commit |

3887: p_status := l_trh_rec.status ;
3888:
3889:
3890: /*-----------------------------------------------+
3891: | Standard check of p_commit |
3892: +-----------------------------------------------*/
3893:
3894: IF FND_API.To_Boolean( p_commit )
3895: THEN

Line 3974: -- ***** Standard API parameters *****

3970:
3971:
3972: PROCEDURE Recall_BR (
3973:
3974: -- ***** Standard API parameters *****
3975:
3976: p_api_version IN NUMBER ,
3977: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
3978: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 4021: | Standard start of API savepoint |

4017: x_msg_count := NULL;
4018: x_msg_data := NULL;
4019:
4020: /*-----------------------------------------------+
4021: | Standard start of API savepoint |
4022: +-----------------------------------------------*/
4023:
4024: SAVEPOINT Recall_BR_PVT;
4025:

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

4023:
4024: SAVEPOINT Recall_BR_PVT;
4025:
4026: /*-----------------------------------------------+
4027: | Standard call to check for call compatibility |
4028: +-----------------------------------------------*/
4029:
4030: IF NOT FND_API.Compatible_API_Call( l_api_version ,
4031: p_api_version ,

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

4115: /*----------------------------------------------+
4116: | Data Validation |
4117: +-----------------------------------------------*/
4118:
4119: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_RECALL');
4120: AR_BILLS_MAINTAIN_VAL_PVT.validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4121:
4122: l_trh_rec.trx_date := l_trx_date ;
4123: l_trh_rec.gl_date := l_gl_date ;

Line 4215: | Standard check of p_commit |

4211: p_status := l_trh_rec.status ;
4212:
4213:
4214: /*-----------------------------------------------+
4215: | Standard check of p_commit |
4216: +-----------------------------------------------*/
4217:
4218: IF FND_API.To_Boolean( p_commit )
4219: THEN

Line 4298: -- ***** Standard API parameters *****

4294:
4295:
4296: PROCEDURE Eliminate_Risk_BR (
4297:
4298: -- ***** Standard API parameters *****
4299:
4300: p_api_version IN NUMBER ,
4301: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
4302: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 4348: | Standard start of API savepoint |

4344: x_msg_count := NULL;
4345: x_msg_data := NULL;
4346:
4347: /*-----------------------------------------------+
4348: | Standard start of API savepoint |
4349: +-----------------------------------------------*/
4350:
4351: SAVEPOINT Eliminate_Risk_BR_PVT;
4352:

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

4350:
4351: SAVEPOINT Eliminate_Risk_BR_PVT;
4352:
4353: /*-----------------------------------------------+
4354: | Standard call to check for call compatibility |
4355: +-----------------------------------------------*/
4356:
4357: IF NOT FND_API.Compatible_API_Call( l_api_version ,
4358: p_api_version ,

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

4449: /*----------------------------------------------+
4450: | Data validation |
4451: +-----------------------------------------------*/
4452:
4453: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_ELIMINATE');
4454: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4455:
4456: l_trh_rec.trx_date := l_trx_date;
4457: l_trh_rec.gl_date := l_gl_date;

Line 4551: | Standard check of p_commit |

4547: p_status := l_trh_rec.status ;
4548:
4549:
4550: /*-----------------------------------------------+
4551: | Standard check of p_commit |
4552: +-----------------------------------------------*/
4553:
4554: IF FND_API.To_Boolean( p_commit )
4555: THEN

Line 4634: -- ***** Standard API parameters *****

4630:
4631:
4632: PROCEDURE UnEliminate_Risk_BR (
4633:
4634: -- ***** Standard API parameters *****
4635:
4636: p_api_version IN NUMBER ,
4637: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
4638: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 4688: | Standard start of API savepoint |

4684: x_msg_count := NULL;
4685: x_msg_data := NULL;
4686:
4687: /*-----------------------------------------------+
4688: | Standard start of API savepoint |
4689: +-----------------------------------------------*/
4690:
4691: SAVEPOINT UnEliminate_Risk_BR_PVT;
4692:

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

4690:
4691: SAVEPOINT UnEliminate_Risk_BR_PVT;
4692:
4693: /*-----------------------------------------------+
4694: | Standard call to check for call compatibility |
4695: +-----------------------------------------------*/
4696:
4697: IF NOT FND_API.Compatible_API_Call( l_api_version ,
4698: p_api_version ,

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

4807: /*----------------------------------------------+
4808: | Data validation |
4809: +-----------------------------------------------*/
4810:
4811: l_mesg := arp_standard.fnd_message('AR_BR_SPMENU_UNELIMINATE');
4812: AR_BILLS_MAINTAIN_VAL_PVT.Validate_Action_Dates (l_trx_date, l_gl_date, l_trh_rec, l_mesg);
4813:
4814: l_trh_rec.trx_date := l_trx_date ;
4815: l_trh_rec.gl_date := l_gl_date ;

Line 4918: | Standard check of p_commit |

4914: p_status := l_trh_rec.status ;
4915:
4916:
4917: /*-----------------------------------------------+
4918: | Standard check of p_commit |
4919: +-----------------------------------------------*/
4920:
4921: IF FND_API.To_Boolean( p_commit )
4922: THEN

Line 5002: -- ***** Standard API parameters *****

4998:
4999:
5000: PROCEDURE Exchange_BR (
5001:
5002: -- ***** Standard API parameters *****
5003:
5004: p_api_version IN NUMBER ,
5005: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
5006: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

Line 5051: | Standard start of API savepoint |

5047: x_msg_count := NULL;
5048: x_msg_data := NULL;
5049:
5050: /*-----------------------------------------------+
5051: | Standard start of API savepoint |
5052: +-----------------------------------------------*/
5053:
5054: SAVEPOINT Exchange_BR_PVT;
5055:

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

5054: SAVEPOINT Exchange_BR_PVT;
5055:
5056:
5057: /*-----------------------------------------------+
5058: | Standard call to check for call compatibility |
5059: +-----------------------------------------------*/
5060:
5061: IF NOT FND_API.Compatible_API_Call( l_api_version ,
5062: p_api_version ,

Line 5278: | Standard check of p_commit |

5274: l_trh_rec.transaction_history_id);
5275:
5276:
5277: /*-----------------------------------------------+
5278: | Standard check of p_commit |
5279: +-----------------------------------------------*/
5280:
5281: IF FND_API.To_Boolean( p_commit )
5282: THEN