DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RECONCILIAITON_PVT dependencies on FND_MSG_PUB

Line 1412: FND_MSG_PUB.initialize;

1408: , 'Begin');
1409: END IF;
1410:
1411: -- Start API initialization
1412: FND_MSG_PUB.initialize;
1413:
1414: x_return_status := FND_API.G_RET_STS_SUCCESS;
1415: -- End API initialization
1416:

Line 1982: FND_MSG_PUB.Count_And_Get

1978: , 'Expected Error:' || sqlerrm);
1979: END IF;
1980:
1981: ROLLBACK;
1982: FND_MSG_PUB.Count_And_Get
1983: ( p_count => x_msg_count
1984: , p_data => x_msg_data
1985: );
1986: x_return_status := FND_API.g_ret_sts_error;

Line 1999: FND_MSG_PUB.Count_And_Get

1995: , 'UnExpected Error:' || sqlerrm);
1996: END IF;
1997:
1998: ROLLBACK ;
1999: FND_MSG_PUB.Count_And_Get
2000: ( p_count => x_msg_count
2001: , p_data => x_msg_data
2002: );
2003:

Line 2015: FND_MSG_PUB.Count_And_Get

2011: , 'Others:' || sqlerrm);
2012: END IF;
2013:
2014: ROLLBACK ;
2015: FND_MSG_PUB.Count_And_Get
2016: ( p_count => x_msg_count
2017: , p_data => x_msg_data
2018: );
2019: