DBA Data[Home] [Help]

APPS.OE_CREDIT_ENGINE_GRP dependencies on OE_MSG_PUB

Line 85: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

81: -- of unexpected error.
82: IF G_debug_flag = 'Y' THEN
83: OE_DEBUG_PUB.ADD('EXCEPTION: No credit check hold definition found.', 1);
84: END IF;
85: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
86: OE_MSG_PUB.Add_Exc_Msg
87: ( G_PKG_NAME
88: , 'Set_G_CC_Hold_Info'
89: );

Line 86: OE_MSG_PUB.Add_Exc_Msg

82: IF G_debug_flag = 'Y' THEN
83: OE_DEBUG_PUB.ADD('EXCEPTION: No credit check hold definition found.', 1);
84: END IF;
85: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
86: OE_MSG_PUB.Add_Exc_Msg
87: ( G_PKG_NAME
88: , 'Set_G_CC_Hold_Info'
89: );
90: END IF;

Line 93: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

89: );
90: END IF;
91: RAISE;
92: WHEN OTHERS THEN
93: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
94: OE_MSG_PUB.Add_Exc_Msg
95: ( G_PKG_NAME
96: , 'Set_G_CC_Hold_Info'
97: );

Line 94: OE_MSG_PUB.Add_Exc_Msg

90: END IF;
91: RAISE;
92: WHEN OTHERS THEN
93: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
94: OE_MSG_PUB.Add_Exc_Msg
95: ( G_PKG_NAME
96: , 'Set_G_CC_Hold_Info'
97: );
98: END IF;

Line 216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

212: THEN
213: x_credit_rule_id := NULL ;
214: OE_DEBUG_PUB.ADD('EXCEPTION:No credit check rule found');
215: WHEN OTHERS THEN
216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
217: OE_MSG_PUB.Add_Exc_Msg
218: ( G_PKG_NAME
219: , 'Get_Credit_Check_Rule_ID'
220: );

Line 217: OE_MSG_PUB.Add_Exc_Msg

213: x_credit_rule_id := NULL ;
214: OE_DEBUG_PUB.ADD('EXCEPTION:No credit check rule found');
215: WHEN OTHERS THEN
216: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
217: OE_MSG_PUB.Add_Exc_Msg
218: ( G_PKG_NAME
219: , 'Get_Credit_Check_Rule_ID'
220: );
221: END IF;

Line 324: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

320: EXCEPTION
321:
322: WHEN OTHERS THEN
323: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
324: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
325: OE_MSG_PUB.Add_Exc_Msg
326: ( G_PKG_NAME
327: , 'Apply_exception_hold'
328: );

Line 325: OE_MSG_PUB.Add_Exc_Msg

321:
322: WHEN OTHERS THEN
323: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
324: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
325: OE_MSG_PUB.Add_Exc_Msg
326: ( G_PKG_NAME
327: , 'Apply_exception_hold'
328: );
329: END IF;

Line 398: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

394: RETURN(l_GL_currency);
395:
396: EXCEPTION
397: WHEN OTHERS THEN
398: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
399: OE_MSG_PUB.Add_Exc_Msg
400: ( G_PKG_NAME
401: , 'Get_GL_currency'
402: );

Line 399: OE_MSG_PUB.Add_Exc_Msg

395:
396: EXCEPTION
397: WHEN OTHERS THEN
398: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
399: OE_MSG_PUB.Add_Exc_Msg
400: ( G_PKG_NAME
401: , 'Get_GL_currency'
402: );
403: END IF;

Line 490: OE_MSG_PUB.Count_And_Get

486:
487: WHEN FND_API.G_EXC_ERROR THEN
488: x_return_status := FND_API.G_RET_STS_ERROR;
489: oe_debug_pub.add(' SQLERRM: '|| SQLERRM );
490: OE_MSG_PUB.Count_And_Get
491: ( p_count => l_msg_count,
492: p_data => l_msg_data
493: );
494:

Line 498: OE_MSG_PUB.Count_And_Get

494:
495: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
496: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
497: oe_debug_pub.add(' SQLERRM: '|| SQLERRM );
498: OE_MSG_PUB.Count_And_Get
499: ( p_count => l_msg_count,
500: p_data => l_msg_data
501: );
502:

Line 514: OE_MSG_PUB.Count_And_Get

510: , 'Credit_check_with_payment_typ'
511: );
512: END IF;
513:
514: OE_MSG_PUB.Count_And_Get
515: ( p_count => l_msg_count,
516: p_data => l_msg_data
517: );
518:

Line 1164: OE_MSG_PUB.Count_And_Get

1160: EXCEPTION
1161:
1162: WHEN FND_API.G_EXC_ERROR THEN
1163: x_return_status := FND_API.G_RET_STS_ERROR;
1164: OE_MSG_PUB.Count_And_Get
1165: ( p_count => l_msg_count,
1166: p_data => l_msg_data
1167: );
1168:

Line 1171: OE_MSG_PUB.Count_And_Get

1167: );
1168:
1169: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1170: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1171: OE_MSG_PUB.Count_And_Get
1172: ( p_count => l_msg_count,
1173: p_data => l_msg_data
1174: );
1175:

Line 1186: OE_MSG_PUB.Count_And_Get

1182: , 'Get_Customer_Exposure'
1183: );
1184: END IF;
1185:
1186: OE_MSG_PUB.Count_And_Get
1187: ( p_count => l_msg_count,
1188: p_data => l_msg_data
1189: );
1190:

Line 1263: OE_MSG_PUB.Count_And_Get

1259: , 'Get_Customer_Exposure'
1260: );
1261: END IF;
1262:
1263: OE_MSG_PUB.Count_And_Get
1264: ( p_count => l_msg_count,
1265: p_data => l_msg_data
1266: );
1267:

Line 1589: OE_MSG_PUB.Count_And_Get

1585: OE_Credit_Engine_GRP.G_delayed_request := NULL ;
1586:
1587: IF p_calling_action = 'EXTERNAL'
1588: THEN
1589: OE_MSG_PUB.Count_And_Get
1590: ( p_count => x_msg_count,
1591: p_data => x_msg_data
1592: );
1593: END IF;

Line 1607: OE_MSG_PUB.Count_And_Get

1603:
1604: WHEN FND_API.G_EXC_ERROR THEN
1605: x_return_status := FND_API.G_RET_STS_ERROR;
1606: x_result_out := 'FAIL' ;
1607: OE_MSG_PUB.Count_And_Get
1608: ( p_count => x_msg_count,
1609: p_data => x_msg_data
1610: );
1611:

Line 1615: OE_MSG_PUB.Count_And_Get

1611:
1612: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1613: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1614: x_result_out := 'FAIL' ;
1615: OE_MSG_PUB.Count_And_Get
1616: ( p_count => x_msg_count,
1617: p_data => x_msg_data
1618: );
1619:

Line 1631: OE_MSG_PUB.Count_And_Get

1627: , 'Check_Credit'
1628: );
1629: END IF;
1630:
1631: OE_MSG_PUB.Count_And_Get
1632: ( p_count => x_msg_count,
1633: p_data => x_msg_data
1634: );
1635:

Line 1673: Oe_Msg_Pub.Add;

1669: OE_CREDIT_CHECK_UTIL.G_org_id := l_org_id ;
1670:
1671: IF l_org_id IS NULL THEN
1672: Fnd_Message.set_name('FND','MO_ORG_REQUIRED');
1673: Oe_Msg_Pub.Add;
1674: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1675: END IF;
1676:
1677: EXCEPTION