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 287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

283:
284: EXCEPTION
285:
286: WHEN OTHERS THEN
287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
288: OE_MSG_PUB.Add_Exc_Msg
289: ( G_PKG_NAME
290: , 'Credit_Tolerance_Check'
291: );

Line 288: OE_MSG_PUB.Add_Exc_Msg

284: EXCEPTION
285:
286: WHEN OTHERS THEN
287: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
288: OE_MSG_PUB.Add_Exc_Msg
289: ( G_PKG_NAME
290: , 'Credit_Tolerance_Check'
291: );
292: END IF;

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

453:
454: EXCEPTION
455:
456: WHEN OTHERS THEN
457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
458: OE_MSG_PUB.Add_Exc_Msg
459: ( G_PKG_NAME
460: , 'Credit_Tolerance_Check'
461: );

Line 458: OE_MSG_PUB.Add_Exc_Msg

454: EXCEPTION
455:
456: WHEN OTHERS THEN
457: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
458: OE_MSG_PUB.Add_Exc_Msg
459: ( G_PKG_NAME
460: , 'Credit_Tolerance_Check'
461: );
462: END IF;

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

563: EXCEPTION
564:
565: WHEN OTHERS THEN
566: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
567: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
568: OE_MSG_PUB.Add_Exc_Msg
569: ( G_PKG_NAME
570: , 'Apply_exception_hold'
571: );

Line 568: OE_MSG_PUB.Add_Exc_Msg

564:
565: WHEN OTHERS THEN
566: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
567: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
568: OE_MSG_PUB.Add_Exc_Msg
569: ( G_PKG_NAME
570: , 'Apply_exception_hold'
571: );
572: END IF;

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

637: RETURN(l_GL_currency);
638:
639: EXCEPTION
640: WHEN OTHERS THEN
641: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
642: OE_MSG_PUB.Add_Exc_Msg
643: ( G_PKG_NAME
644: , 'Get_GL_currency'
645: );

Line 642: OE_MSG_PUB.Add_Exc_Msg

638:
639: EXCEPTION
640: WHEN OTHERS THEN
641: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
642: OE_MSG_PUB.Add_Exc_Msg
643: ( G_PKG_NAME
644: , 'Get_GL_currency'
645: );
646: END IF;

Line 736: OE_MSG_PUB.Count_And_Get

732: WHEN FND_API.G_EXC_ERROR THEN
733: Oe_Globals.G_calling_source:= 'WSH'; --8478151
734: x_return_status := FND_API.G_RET_STS_ERROR;
735: oe_debug_pub.add(' SQLERRM: '|| SQLERRM );
736: OE_MSG_PUB.Count_And_Get
737: ( p_count => l_msg_count,
738: p_data => l_msg_data
739: );
740:

Line 745: OE_MSG_PUB.Count_And_Get

741: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
742: Oe_Globals.G_calling_source:= 'WSH'; --8478151
743: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
744: oe_debug_pub.add(' SQLERRM: '|| SQLERRM );
745: OE_MSG_PUB.Count_And_Get
746: ( p_count => l_msg_count,
747: p_data => l_msg_data
748: );
749:

Line 762: OE_MSG_PUB.Count_And_Get

758: , 'Credit_check_with_payment_typ'
759: );
760: END IF;
761:
762: OE_MSG_PUB.Count_And_Get
763: ( p_count => l_msg_count,
764: p_data => l_msg_data
765: );
766:

Line 1412: OE_MSG_PUB.Count_And_Get

1408: EXCEPTION
1409:
1410: WHEN FND_API.G_EXC_ERROR THEN
1411: x_return_status := FND_API.G_RET_STS_ERROR;
1412: OE_MSG_PUB.Count_And_Get
1413: ( p_count => l_msg_count,
1414: p_data => l_msg_data
1415: );
1416:

Line 1419: OE_MSG_PUB.Count_And_Get

1415: );
1416:
1417: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1418: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1419: OE_MSG_PUB.Count_And_Get
1420: ( p_count => l_msg_count,
1421: p_data => l_msg_data
1422: );
1423:

Line 1434: OE_MSG_PUB.Count_And_Get

1430: , 'Get_Customer_Exposure'
1431: );
1432: END IF;
1433:
1434: OE_MSG_PUB.Count_And_Get
1435: ( p_count => l_msg_count,
1436: p_data => l_msg_data
1437: );
1438:

Line 1511: OE_MSG_PUB.Count_And_Get

1507: , 'Get_Customer_Exposure'
1508: );
1509: END IF;
1510:
1511: OE_MSG_PUB.Count_And_Get
1512: ( p_count => l_msg_count,
1513: p_data => l_msg_data
1514: );
1515:

Line 1844: OE_MSG_PUB.Count_And_Get

1840: OE_Credit_Engine_GRP.G_delayed_request := NULL ;
1841:
1842: IF p_calling_action = 'EXTERNAL'
1843: THEN
1844: OE_MSG_PUB.Count_And_Get
1845: ( p_count => x_msg_count,
1846: p_data => x_msg_data
1847: );
1848: END IF;

Line 1865: OE_MSG_PUB.Count_And_Get

1861: WHEN FND_API.G_EXC_ERROR THEN
1862: Oe_Globals.G_calling_source:= 'WSH'; --8478151
1863: x_return_status := FND_API.G_RET_STS_ERROR;
1864: x_result_out := 'FAIL' ;
1865: OE_MSG_PUB.Count_And_Get
1866: ( p_count => x_msg_count,
1867: p_data => x_msg_data
1868: );
1869:

Line 1874: OE_MSG_PUB.Count_And_Get

1870: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1871: Oe_Globals.G_calling_source:= 'WSH'; --8478151
1872: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1873: x_result_out := 'FAIL' ;
1874: OE_MSG_PUB.Count_And_Get
1875: ( p_count => x_msg_count,
1876: p_data => x_msg_data
1877: );
1878:

Line 1891: OE_MSG_PUB.Count_And_Get

1887: , 'Check_Credit'
1888: );
1889: END IF;
1890:
1891: OE_MSG_PUB.Count_And_Get
1892: ( p_count => x_msg_count,
1893: p_data => x_msg_data
1894: );
1895:

Line 1933: Oe_Msg_Pub.Add;

1929: OE_CREDIT_CHECK_UTIL.G_org_id := l_org_id ;
1930:
1931: IF l_org_id IS NULL THEN
1932: Fnd_Message.set_name('FND','MO_ORG_REQUIRED');
1933: Oe_Msg_Pub.Add;
1934: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1935: END IF;
1936:
1937: EXCEPTION