DBA Data[Home] [Help]

APPS.RCV_CREATEACCOUNTING_PVT dependencies on RCV_CREATEACCOUNTING_PVT

Line 1: PACKAGE BODY RCV_CreateAccounting_PVT AS

1: PACKAGE BODY RCV_CreateAccounting_PVT AS
2: /* $Header: RCVVACCB.pls 120.17 2010/10/11 23:32:26 anjha ship $*/
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'RCV_CreateAccounting_PVT';
4: G_GL_APPLICATION_ID CONSTANT NUMBER := 101;
5: G_PO_APPLICATION_ID CONSTANT NUMBER := 201;

Line 3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'RCV_CreateAccounting_PVT';

1: PACKAGE BODY RCV_CreateAccounting_PVT AS
2: /* $Header: RCVVACCB.pls 120.17 2010/10/11 23:32:26 anjha ship $*/
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'RCV_CreateAccounting_PVT';
4: G_GL_APPLICATION_ID CONSTANT NUMBER := 101;
5: G_PO_APPLICATION_ID CONSTANT NUMBER := 201;
6: G_CST_APPLICATION_ID CONSTANT NUMBER := 707;
7:

Line 1134: SAVEPOINT RCV_CreateAccounting_PVT;

1130: BEGIN
1131:
1132:
1133: -- Standard start of API savepoint
1134: SAVEPOINT RCV_CreateAccounting_PVT;
1135:
1136: IF G_DEBUG = 'Y' THEN
1137: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1138: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin' ,'Create_AccountingEntry <<');

Line 1829: ROLLBACK TO RCV_CreateAccounting_PVT;

1825: END IF;
1826:
1827: EXCEPTION
1828: WHEN FND_API.g_exc_error THEN
1829: ROLLBACK TO RCV_CreateAccounting_PVT;
1830: x_return_status := FND_API.g_ret_sts_error;
1831: FND_MSG_PUB.count_and_get
1832: ( p_count => x_msg_count
1833: , p_data => x_msg_data

Line 1836: ROLLBACK TO RCV_CreateAccounting_PVT;

1832: ( p_count => x_msg_count
1833: , p_data => x_msg_data
1834: );
1835: WHEN FND_API.g_exc_unexpected_error THEN
1836: ROLLBACK TO RCV_CreateAccounting_PVT;
1837: x_return_status := FND_API.g_ret_sts_unexp_error ;
1838: FND_MSG_PUB.count_and_get
1839: ( p_count => x_msg_count
1840: , p_data => x_msg_data

Line 1843: ROLLBACK TO RCV_CreateAccounting_PVT;

1839: ( p_count => x_msg_count
1840: , p_data => x_msg_data
1841: );
1842: WHEN NO_RAE_DATA THEN
1843: ROLLBACK TO RCV_CreateAccounting_PVT;
1844: IF G_DEBUG = 'Y' THEN
1845: l_api_message := 'No Data in RAE for Transaction';
1846: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1847: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num, 'Create_AccountingEntry : '||l_stmt_num||' : '||SUBSTR(sqlerrm,1,200));

Line 1868: ROLLBACK TO RCV_CreateAccounting_PVT;

1864: ( p_count => x_msg_count
1865: , p_data => x_msg_data
1866: );
1867: WHEN NO_CURRENCY_INFORMATION THEN
1868: ROLLBACK TO RCV_CreateAccounting_PVT;
1869: IF G_DEBUG = 'Y' THEN
1870: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1871: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num, 'No Data in FND_CURRENCIES for Currency Specified : '||l_stmt_num||' : '||SUBSTR(sqlerrm,1,200));
1872: END IF;

Line 1893: ROLLBACK TO RCV_CreateAccounting_PVT;

1889: , p_data => x_msg_data
1890: );
1891:
1892: WHEN NO_PO_INFORMATION THEN
1893: ROLLBACK TO RCV_CreateAccounting_PVT;
1894: IF G_DEBUG = 'Y' THEN
1895: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1896: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num, 'No Data in PO Tables for the Transaction : '||l_stmt_num||' : '||SUBSTR(sqlerrm,1,200));
1897: END IF;

Line 1919: ROLLBACK TO RCV_CreateAccounting_PVT;

1915: );
1916:
1917:
1918: WHEN OTHERS THEN
1919: ROLLBACK TO RCV_CreateAccounting_PVT;
1920: IF G_DEBUG = 'Y' THEN
1921: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1922: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num, 'Create_AccountingEntry : '||l_stmt_num||' : '||SUBSTR(sqlerrm,1,200));
1923: END IF;

Line 1943: END RCV_CreateAccounting_PVT;

1939: , p_data => x_msg_data
1940: );
1941:
1942: END Create_AccountingEntry;
1943: END RCV_CreateAccounting_PVT;