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.11.12010000.5 2008/11/26 00:16:52 mpuranik 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.11.12010000.5 2008/11/26 00:16:52 mpuranik 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 1133: SAVEPOINT RCV_CreateAccounting_PVT;

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

Line 1826: ROLLBACK TO RCV_CreateAccounting_PVT;

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

Line 1833: ROLLBACK TO RCV_CreateAccounting_PVT;

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

Line 1840: ROLLBACK TO RCV_CreateAccounting_PVT;

1836: ( p_count => x_msg_count
1837: , p_data => x_msg_data
1838: );
1839: WHEN NO_RAE_DATA THEN
1840: ROLLBACK TO RCV_CreateAccounting_PVT;
1841: IF G_DEBUG = 'Y' THEN
1842: l_api_message := 'No Data in RAE for Transaction';
1843: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1844: 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 1865: ROLLBACK TO RCV_CreateAccounting_PVT;

1861: ( p_count => x_msg_count
1862: , p_data => x_msg_data
1863: );
1864: WHEN NO_CURRENCY_INFORMATION THEN
1865: ROLLBACK TO RCV_CreateAccounting_PVT;
1866: IF G_DEBUG = 'Y' THEN
1867: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1868: 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));
1869: END IF;

Line 1890: ROLLBACK TO RCV_CreateAccounting_PVT;

1886: , p_data => x_msg_data
1887: );
1888:
1889: WHEN NO_PO_INFORMATION THEN
1890: ROLLBACK TO RCV_CreateAccounting_PVT;
1891: IF G_DEBUG = 'Y' THEN
1892: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1893: 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));
1894: END IF;

Line 1916: ROLLBACK TO RCV_CreateAccounting_PVT;

1912: );
1913:
1914:
1915: WHEN OTHERS THEN
1916: ROLLBACK TO RCV_CreateAccounting_PVT;
1917: IF G_DEBUG = 'Y' THEN
1918: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1919: 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));
1920: END IF;

Line 1940: END RCV_CreateAccounting_PVT;

1936: , p_data => x_msg_data
1937: );
1938:
1939: END Create_AccountingEntry;
1940: END RCV_CreateAccounting_PVT;