DBA Data[Home] [Help]

APPS.INV_SHORTSTATEMENT_PVT dependencies on FND_MSG_PUB

Line 85: FND_MSG_PUB.initialize;

81: END IF;
82: --
83: -- Initialize message list if p_init_msg_list is set to true
84: IF FND_API.to_Boolean(p_init_msg_list) THEN
85: FND_MSG_PUB.initialize;
86: END IF;
87: --
88: -- Initialize API return status to access
89: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 988: FND_MSG_PUB.Count_And_Get

984: 'END; '||FND_GLOBAL.Newline;
985: x_short_stat_detail := L_Statement;
986: --
987: -- Standard call to get message count and if count is 1, get message info
988: FND_MSG_PUB.Count_And_Get
989: (p_count => x_msg_count
990: , p_data => x_msg_data);
991: EXCEPTION
992: WHEN FND_API.G_EXC_ERROR THEN

Line 996: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

992: WHEN FND_API.G_EXC_ERROR THEN
993: --
994: x_return_status := FND_API.G_RET_STS_ERROR;
995: --
996: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
997: , p_data => x_msg_data);
998: --
999: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1000: --

Line 1003: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

999: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1000: --
1001: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1002: --
1003: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1004: , p_data => x_msg_data);
1005: --
1006: WHEN OTHERS THEN
1007: --

Line 1010: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1006: WHEN OTHERS THEN
1007: --
1008: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1009: --
1010: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1011: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1012: END IF;
1013: --
1014: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

Line 1011: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

1007: --
1008: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1009: --
1010: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1011: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1012: END IF;
1013: --
1014: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1015: , p_data => x_msg_data);

Line 1014: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1010: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1011: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1012: END IF;
1013: --
1014: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1015: , p_data => x_msg_data);
1016: END;
1017: -- Start OF comments
1018: -- API name : BuildSummary

Line 1098: FND_MSG_PUB.initialize;

1094: END IF;
1095: --
1096: -- Initialize message list if p_init_msg_list is set to true
1097: IF FND_API.to_Boolean(p_init_msg_list) THEN
1098: FND_MSG_PUB.initialize;
1099: END IF;
1100: --
1101: -- Initialize API return status to access
1102: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1550: FND_MSG_PUB.Count_And_Get

1546: 'END; '||FND_GLOBAL.Newline;
1547: x_short_stat_sum := L_Statement;
1548: --
1549: -- Standard call to get message count and if count is 1, get message info
1550: FND_MSG_PUB.Count_And_Get
1551: (p_count => x_msg_count
1552: , p_data => x_msg_data);
1553: EXCEPTION
1554: WHEN FND_API.G_EXC_ERROR THEN

Line 1558: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1554: WHEN FND_API.G_EXC_ERROR THEN
1555: --
1556: x_return_status := FND_API.G_RET_STS_ERROR;
1557: --
1558: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1559: , p_data => x_msg_data);
1560: --
1561: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1562: --

Line 1565: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1561: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1562: --
1563: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1564: --
1565: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1566: , p_data => x_msg_data);
1567: --
1568: WHEN OTHERS THEN
1569: --

Line 1572: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1568: WHEN OTHERS THEN
1569: --
1570: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1571: --
1572: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1573: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1574: END IF;
1575: --
1576: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

Line 1573: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

1569: --
1570: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1571: --
1572: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1573: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1574: END IF;
1575: --
1576: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1577: , p_data => x_msg_data);

Line 1576: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1572: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1573: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1574: END IF;
1575: --
1576: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1577: , p_data => x_msg_data);
1578: END;
1579: -- Start OF comments
1580: -- API name : InsertUpdate

Line 1638: FND_MSG_PUB.initialize;

1634: END IF;
1635: --
1636: -- Initialize message list if p_init_msg_list is set to true
1637: IF FND_API.to_Boolean(p_init_msg_list) THEN
1638: FND_MSG_PUB.initialize;
1639: END IF;
1640: --
1641: -- Initialize API return status to access
1642: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1717: FND_MSG_PUB.Count_And_Get

1713: END IF;
1714: CLOSE crsStatement;
1715: --
1716: -- Standard call to get message count and if count is 1, get message info
1717: FND_MSG_PUB.Count_And_Get
1718: (p_count => x_msg_count
1719: , p_data => x_msg_data);
1720: EXCEPTION
1721: WHEN FND_API.G_EXC_ERROR THEN

Line 1725: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1721: WHEN FND_API.G_EXC_ERROR THEN
1722: --
1723: x_return_status := FND_API.G_RET_STS_ERROR;
1724: --
1725: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1726: , p_data => x_msg_data);
1727: --
1728: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1729: --

Line 1732: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1728: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1729: --
1730: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1731: --
1732: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1733: , p_data => x_msg_data);
1734: --
1735: WHEN OTHERS THEN
1736: --

Line 1739: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1735: WHEN OTHERS THEN
1736: --
1737: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1738: --
1739: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1740: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1741: END IF;
1742: --
1743: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

Line 1740: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

1736: --
1737: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1738: --
1739: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1740: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1741: END IF;
1742: --
1743: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1744: , p_data => x_msg_data);

Line 1743: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1739: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1740: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1741: END IF;
1742: --
1743: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1744: , p_data => x_msg_data);
1745: END;
1746: -- Start OF comments
1747: -- API name : StartBuild

Line 1828: FND_MSG_PUB.initialize;

1824: END IF;
1825: --
1826: -- Initialize message list if p_init_msg_list is set to true
1827: IF FND_API.to_Boolean(p_init_msg_list) THEN
1828: FND_MSG_PUB.initialize;
1829: END IF;
1830: --
1831: -- Initialize API return status to access
1832: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1910: FND_MSG_PUB.Count_And_Get

1906: IF FND_API.to_Boolean(p_commit) THEN
1907: COMMIT;
1908: END IF;
1909: -- Standard call to get message count and if count is 1, get message info
1910: FND_MSG_PUB.Count_And_Get
1911: (p_count => x_msg_count
1912: , p_data => x_msg_data);
1913: EXCEPTION
1914: WHEN FND_API.G_EXC_ERROR THEN

Line 1918: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1914: WHEN FND_API.G_EXC_ERROR THEN
1915: --
1916: x_return_status := FND_API.G_RET_STS_ERROR;
1917: --
1918: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1919: , p_data => x_msg_data);
1920: --
1921: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1922: --

Line 1925: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1921: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1922: --
1923: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1924: --
1925: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1926: , p_data => x_msg_data);
1927: --
1928: WHEN OTHERS THEN
1929: --

Line 1932: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1928: WHEN OTHERS THEN
1929: --
1930: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1931: --
1932: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1933: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1934: END IF;
1935: --
1936: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

Line 1933: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

1929: --
1930: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1931: --
1932: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1933: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1934: END IF;
1935: --
1936: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1937: , p_data => x_msg_data);

Line 1936: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count

1932: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1933: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
1934: END IF;
1935: --
1936: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
1937: , p_data => x_msg_data);
1938: END;
1939: END INV_ShortStatement_PVT;