DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_MSG_PUB

Line 2113: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2109: EXCEPTION
2110:
2111: WHEN OTHERS THEN
2112:
2113: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2114: THEN
2115: oe_msg_pub.Add_Exc_Msg
2116: ( G_PKG_NAME
2117: , 'Update_Row'

Line 2115: oe_msg_pub.Add_Exc_Msg

2111: WHEN OTHERS THEN
2112:
2113: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2114: THEN
2115: oe_msg_pub.Add_Exc_Msg
2116: ( G_PKG_NAME
2117: , 'Update_Row'
2118: );
2119: END IF;

Line 2296: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2292: EXCEPTION
2293:
2294: WHEN OTHERS THEN
2295: oe_debug_pub.add('Sql error'||sqlerrm);
2296: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2297: THEN
2298: oe_msg_pub.Add_Exc_Msg
2299: ( G_PKG_NAME
2300: , 'Insert_Row'

Line 2298: oe_msg_pub.Add_Exc_Msg

2294: WHEN OTHERS THEN
2295: oe_debug_pub.add('Sql error'||sqlerrm);
2296: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2297: THEN
2298: oe_msg_pub.Add_Exc_Msg
2299: ( G_PKG_NAME
2300: , 'Insert_Row'
2301: );
2302: END IF;

Line 2687: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2683: EXCEPTION
2684:
2685: WHEN OTHERS THEN
2686:
2687: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2688: THEN
2689: oe_msg_pub.Add_Exc_Msg
2690: ( G_PKG_NAME
2691: , 'Delete_Row'

Line 2689: oe_msg_pub.Add_Exc_Msg

2685: WHEN OTHERS THEN
2686:
2687: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2688: THEN
2689: oe_msg_pub.Add_Exc_Msg
2690: ( G_PKG_NAME
2691: , 'Delete_Row'
2692: );
2693: END IF;

Line 2884: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2880: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2881:
2882: WHEN OTHERS THEN
2883:
2884: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2885: THEN
2886: oe_msg_pub.Add_Exc_Msg
2887: ( G_PKG_NAME
2888: , 'Query_Row'

Line 2886: oe_msg_pub.Add_Exc_Msg

2882: WHEN OTHERS THEN
2883:
2884: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2885: THEN
2886: oe_msg_pub.Add_Exc_Msg
2887: ( G_PKG_NAME
2888: , 'Query_Row'
2889: );
2890: END IF;

Line 3076: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3072: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3073:
3074: WHEN OTHERS THEN
3075:
3076: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3077: THEN
3078: oe_msg_pub.Add_Exc_Msg
3079: ( G_PKG_NAME
3080: , 'Query_Rows'

Line 3078: oe_msg_pub.Add_Exc_Msg

3074: WHEN OTHERS THEN
3075:
3076: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3077: THEN
3078: oe_msg_pub.Add_Exc_Msg
3079: ( G_PKG_NAME
3080: , 'Query_Rows'
3081: );
3082: END IF;

Line 3180: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)

3176:
3177: x_return_status := FND_API.G_RET_STS_ERROR;
3178: p_x_Header_Payment_rec.return_status := FND_API.G_RET_STS_ERROR;
3179:
3180: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
3181: THEN
3182:
3183: -- Release the lock
3184: ROLLBACK TO Lock_Row;

Line 3187: oe_msg_pub.Add;

3183: -- Release the lock
3184: ROLLBACK TO Lock_Row;
3185:
3186: FND_MESSAGE.SET_NAME('ONT','OE_LOCK_ROW_CHANGED');
3187: oe_msg_pub.Add;
3188:
3189: END IF;
3190:
3191: END IF;

Line 3200: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)

3196:
3197: x_return_status := FND_API.G_RET_STS_ERROR;
3198: p_x_Header_Payment_rec.return_status := FND_API.G_RET_STS_ERROR;
3199:
3200: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
3201: THEN
3202:
3203: FND_MESSAGE.SET_NAME('ONT','OE_LOCK_ROW_DELETED');
3204: oe_msg_pub.Add;

Line 3204: oe_msg_pub.Add;

3200: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
3201: THEN
3202:
3203: FND_MESSAGE.SET_NAME('ONT','OE_LOCK_ROW_DELETED');
3204: oe_msg_pub.Add;
3205:
3206: END IF;
3207: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
3208:

Line 3212: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)

3208:
3209: x_return_status := FND_API.G_RET_STS_ERROR;
3210: p_x_Header_Payment_rec.return_status := FND_API.G_RET_STS_ERROR;
3211:
3212: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
3213: THEN
3214:
3215: FND_MESSAGE.SET_NAME('ONT','OE_LOCK_ROW_ALREADY_LOCKED');
3216: oe_msg_pub.Add;

Line 3216: oe_msg_pub.Add;

3212: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
3213: THEN
3214:
3215: FND_MESSAGE.SET_NAME('ONT','OE_LOCK_ROW_ALREADY_LOCKED');
3216: oe_msg_pub.Add;
3217:
3218: END IF;
3219: WHEN OTHERS THEN
3220:

Line 3224: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3220:
3221: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3222: p_x_Header_Payment_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3223:
3224: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3225: THEN
3226: oe_msg_pub.Add_Exc_Msg
3227: ( G_PKG_NAME
3228: , 'Lock_Row'

Line 3226: oe_msg_pub.Add_Exc_Msg

3222: p_x_Header_Payment_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3223:
3224: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3225: THEN
3226: oe_msg_pub.Add_Exc_Msg
3227: ( G_PKG_NAME
3228: , 'Lock_Row'
3229: );
3230: END IF;

Line 3265: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3261: p_payment_number <> FND_API.G_MISS_NUM) AND
3262: (p_header_id IS NOT NULL AND
3263: p_header_id <> FND_API.G_MISS_NUM)
3264: THEN
3265: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3266: THEN
3267: OE_MSG_PUB.Add_Exc_Msg
3268: ( G_PKG_NAME
3269: , 'Lock Rows'

Line 3267: OE_MSG_PUB.Add_Exc_Msg

3263: p_header_id <> FND_API.G_MISS_NUM)
3264: THEN
3265: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3266: THEN
3267: OE_MSG_PUB.Add_Exc_Msg
3268: ( G_PKG_NAME
3269: , 'Lock Rows'
3270: , 'Keys are mutually exclusive: payment_number = '||
3271: p_payment_number || ', header_id = '|| p_header_id );

Line 3339: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

3335: WHEN NO_DATA_FOUND THEN
3336:
3337: x_return_status := FND_API.G_RET_STS_ERROR;
3338:
3339: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3340: THEN
3341: fnd_message.set_name('ONT','OE_LOCK_ROW_DELETED');
3342: OE_MSG_PUB.Add;
3343: END IF;

Line 3342: OE_MSG_PUB.Add;

3338:
3339: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3340: THEN
3341: fnd_message.set_name('ONT','OE_LOCK_ROW_DELETED');
3342: OE_MSG_PUB.Add;
3343: END IF;
3344:
3345: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
3346:

Line 3348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

3344:
3345: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
3346:
3347: x_return_status := FND_API.G_RET_STS_ERROR;
3348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3349: THEN
3350: fnd_message.set_name('ONT','OE_LOCK_ROW_ALREADY_LOCKED');
3351: OE_MSG_PUB.Add;
3352: END IF;

Line 3351: OE_MSG_PUB.Add;

3347: x_return_status := FND_API.G_RET_STS_ERROR;
3348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3349: THEN
3350: fnd_message.set_name('ONT','OE_LOCK_ROW_ALREADY_LOCKED');
3351: OE_MSG_PUB.Add;
3352: END IF;
3353:
3354: WHEN OTHERS THEN
3355:

Line 3358: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3354: WHEN OTHERS THEN
3355:
3356: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3357:
3358: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3359: THEN
3360: OE_MSG_PUB.Add_Exc_Msg
3361: ( G_PKG_NAME
3362: , 'Lock_Rows'

Line 3360: OE_MSG_PUB.Add_Exc_Msg

3356: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3357:
3358: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3359: THEN
3360: OE_MSG_PUB.Add_Exc_Msg
3361: ( G_PKG_NAME
3362: , 'Lock_Rows'
3363: );
3364: END IF;

Line 3443: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)

3439: THEN
3440:
3441: IF p_x_Header_Payment_rec.payment_collection_event <> FND_API.G_MISS_CHAR THEN
3442:
3443: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)
3444: THEN
3445:
3446: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3447: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','payment_collection_event_name');

Line 3448: oe_msg_pub.Add;

3444: THEN
3445:
3446: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3447: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','payment_collection_event_name');
3448: oe_msg_pub.Add;
3449:
3450: END IF;
3451:
3452: ELSE

Line 3472: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)

3468:
3469: IF p_x_Header_Payment_rec.payment_type_code <> FND_API.G_MISS_CHAR THEN
3470:
3471:
3472: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)
3473: THEN
3474:
3475: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3476: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','payment_type');

Line 3477: oe_msg_pub.Add;

3473: THEN
3474:
3475: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3476: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','payment_type');
3477: oe_msg_pub.Add;
3478:
3479: END IF;
3480:
3481: ELSE

Line 3502: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)

3498:
3499: IF p_x_Header_Payment_rec.receipt_method_id <> FND_API.G_MISS_NUM THEN
3500:
3501:
3502: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)
3503: THEN
3504:
3505: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3506: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','Receipt_Method');

Line 3507: oe_msg_pub.Add;

3503: THEN
3504:
3505: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3506: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','Receipt_Method');
3507: oe_msg_pub.Add;
3508:
3509: END IF;
3510:
3511: ELSE

Line 3532: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)

3528: IF p_x_Header_Payment_rec.payment_percentage <> FND_API.G_MISS_NUM OR
3529: p_x_Header_Payment_rec.payment_amount <> FND_API.G_MISS_NUM
3530: THEN
3531:
3532: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)
3533: THEN
3534:
3535: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3536: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','payment_percentage');

Line 3537: oe_msg_pub.Add;

3533: THEN
3534:
3535: FND_MESSAGE.SET_NAME('ONT','OE_BOTH_VAL_AND_ID_EXIST');
3536: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','payment_percentage');
3537: oe_msg_pub.Add;
3538:
3539: END IF;
3540: ELSE
3541: p_x_Header_Payment_rec.payment_percentage := OE_Value_To_Id.Payment_Percentage

Line 3766: OE_Msg_Pub.Add;

3762:
3763: IF OE_Payment_Trxn_Util.g_CC_Security_Code_Use = 'REQUIRED' AND
3764: p_x_Header_Payment_rec.instrument_security_code IS NULL THEN
3765: FND_MESSAGE.SET_NAME('ONT','OE_CC_SECURITY_CODE_REQD');
3766: OE_Msg_Pub.Add;
3767: RAISE FND_API.G_EXC_ERROR;
3768: END IF;
3769: END IF;
3770:

Line 3825: OE_MSG_PUB.Count_And_Get

3821: oe_debug_pub.add('New trxn extension id after calling Create_Payment_TRXN:'||p_x_header_payment_rec.trxn_extension_id);
3822: END IF;
3823: Exception
3824: WHEN FND_API.G_EXC_ERROR THEN
3825: OE_MSG_PUB.Count_And_Get
3826: ( p_count => l_msg_count,
3827: p_data => l_msg_data
3828: );
3829: l_return_status := FND_API.G_RET_STS_ERROR;

Line 3833: OE_MSG_PUB.Count_And_Get

3829: l_return_status := FND_API.G_RET_STS_ERROR;
3830: RAISE FND_API.G_EXC_ERROR;
3831:
3832: WHEN OTHERS THEN
3833: OE_MSG_PUB.Count_And_Get
3834: ( p_count => l_msg_count,
3835: p_data => l_msg_data
3836: );
3837: FND_MESSAGE.SET_NAME('ONT','OE_VPM_CC_ACCT_NOT_SET');

Line 3838: OE_MSG_PUB.ADD;

3834: ( p_count => l_msg_count,
3835: p_data => l_msg_data
3836: );
3837: FND_MESSAGE.SET_NAME('ONT','OE_VPM_CC_ACCT_NOT_SET');
3838: OE_MSG_PUB.ADD;
3839: IF l_debug_level > 0 THEN
3840: oe_debug_pub.add( 'OEXUHPMB: ERROR IN ARP_BANK_PKG.PROCESS_CUST_BANK_ACCOUNT'||l_msg_data ) ;
3841: oe_debug_pub.add('Error messsge ksurendr'||l_return_status);
3842: END IF;

Line 3863: OE_Msg_Pub.Add;

3859: END IF;
3860: IF OE_Payment_Trxn_Util.g_CC_Security_Code_Use = 'REQUIRED'
3861: AND p_x_Header_Payment_rec.instrument_security_code IS NULL THEN
3862: FND_MESSAGE.SET_NAME('ONT','OE_CC_SECURITY_CODE_REQD');
3863: OE_Msg_Pub.Add;
3864: RAISE FND_API.G_EXC_ERROR;
3865: END IF;
3866: END IF;*/
3867:

Line 3931: OE_MSG_PUB.Count_And_Get

3927: oe_debug_pub.add('After call to Update_Payment_TRXN'||l_return_status);
3928: oe_debug_pub.add('Error'||sqlerrm);
3929: END IF;
3930: l_return_status := FND_API.G_RET_STS_ERROR;
3931: OE_MSG_PUB.Count_And_Get
3932: ( p_count => l_msg_count,
3933: p_data => l_msg_data
3934: );
3935: RAISE FND_API.G_EXC_ERROR;

Line 3938: OE_MSG_PUB.Count_And_Get

3934: );
3935: RAISE FND_API.G_EXC_ERROR;
3936:
3937: WHEN OTHERS THEN
3938: OE_MSG_PUB.Count_And_Get
3939: ( p_count => l_msg_count,
3940: p_data => l_msg_data
3941: );
3942: IF l_debug_level > 0 THEN

Line 3972: OE_Msg_Pub.Add;

3968:
3969: IF OE_Payment_Trxn_Util.g_CC_Security_Code_Use = 'REQUIRED' AND
3970: p_x_Header_Payment_rec.instrument_security_code IS NULL THEN
3971: FND_MESSAGE.SET_NAME('ONT','OE_CC_SECURITY_CODE_REQD');
3972: OE_Msg_Pub.Add;
3973: RAISE FND_API.G_EXC_ERROR;
3974: END IF;
3975: END IF;
3976:

Line 4051: OE_MSG_PUB.Count_And_Get

4047: oe_debug_pub.add('New trxn extension id after calling Create_Payment_TRXN:'||p_x_header_payment_rec.trxn_extension_id);
4048:
4049: Exception
4050: WHEN FND_API.G_EXC_ERROR THEN
4051: OE_MSG_PUB.Count_And_Get
4052: ( p_count => l_msg_count,
4053: p_data => l_msg_data
4054: );
4055: l_return_status := FND_API.G_RET_STS_ERROR;

Line 4058: OE_MSG_PUB.ADD;

4054: );
4055: l_return_status := FND_API.G_RET_STS_ERROR;
4056:
4057: FND_MESSAGE.SET_NAME('ONT','OE_VPM_CC_ACCT_NOT_SET');
4058: OE_MSG_PUB.ADD;
4059:
4060: RAISE FND_API.G_EXC_ERROR;
4061:
4062: WHEN OTHERS THEN

Line 4063: OE_MSG_PUB.Count_And_Get

4059:
4060: RAISE FND_API.G_EXC_ERROR;
4061:
4062: WHEN OTHERS THEN
4063: OE_MSG_PUB.Count_And_Get
4064: ( p_count => l_msg_count,
4065: p_data => l_msg_data
4066: );
4067: FND_MESSAGE.SET_NAME('ONT','OE_VPM_CC_ACCT_NOT_SET');

Line 4068: OE_MSG_PUB.ADD;

4064: ( p_count => l_msg_count,
4065: p_data => l_msg_data
4066: );
4067: FND_MESSAGE.SET_NAME('ONT','OE_VPM_CC_ACCT_NOT_SET');
4068: OE_MSG_PUB.ADD;
4069: IF l_debug_level > 0 THEN
4070: oe_debug_pub.add( 'OEXUHPMB: ERROR IN ARP_BANK_PKG.PROCESS_CUST_BANK_ACCOUNT'||l_msg_data ) ;
4071: oe_debug_pub.add('Error messsge ksurendr'||l_return_status);
4072: END IF;

Line 4231: OE_MSG_PUB.Count_And_Get

4227: Exception
4228:
4229: WHEN FND_API.G_EXC_ERROR THEN
4230: x_return_status := FND_API.G_RET_STS_ERROR;
4231: OE_MSG_PUB.Count_And_Get
4232: ( p_count => x_msg_count,
4233: p_data => x_msg_data
4234: );
4235:

Line 4238: OE_MSG_PUB.Count_And_Get

4234: );
4235:
4236: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4237: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4238: OE_MSG_PUB.Count_And_Get
4239: ( p_count => x_msg_count,
4240: p_data => x_msg_data
4241: );
4242:

Line 4245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

4241: );
4242:
4243: WHEN OTHERS THEN
4244: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4246: THEN
4247: OE_MSG_PUB.Add_Exc_Msg
4248: ( G_PKG_NAME
4249: , 'Delete_Payment_at_Header'

Line 4247: OE_MSG_PUB.Add_Exc_Msg

4243: WHEN OTHERS THEN
4244: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4245: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4246: THEN
4247: OE_MSG_PUB.Add_Exc_Msg
4248: ( G_PKG_NAME
4249: , 'Delete_Payment_at_Header'
4250: );
4251: END IF;