DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_PVT dependencies on CSD_LOGISTICS_PVT

Line 1: PACKAGE BODY CSD_LOGISTICS_PVT as

1: PACKAGE BODY CSD_LOGISTICS_PVT as
2: /* $Header: csdvlogb.pls 120.8.12010000.2 2008/11/10 23:59:00 takwong ship $ */
3: -- Start of Comments
4: -- Package name : CSD_LOGISTICS_PVT
5: -- Purpose :

Line 4: -- Package name : CSD_LOGISTICS_PVT

1: PACKAGE BODY CSD_LOGISTICS_PVT as
2: /* $Header: csdvlogb.pls 120.8.12010000.2 2008/11/10 23:59:00 takwong ship $ */
3: -- Start of Comments
4: -- Package name : CSD_LOGISTICS_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSD_LOGISTICS_PVT';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSD_LOGISTICS_PVT';
11: G_FILE_NAME CONSTANT VARCHAR2(15) := 'csdvlogb.pls';
12:
13: /*----------------------------------------------------------------*/
14:

Line 380: -- CSD_LOGISTICS_PVT.Update_product_txn

376: Into l_Product_Txn_Rec.Currency_Code;
377: Close PL_CurrencyCode_Cur_TYpe;
378:
379: -- Call Private API to Update Product Transaction Record
380: -- CSD_LOGISTICS_PVT.Update_product_txn
381: --dbms_output.put_line('Calling update');
382: CSD_LOGISTICS_PVT.Update_product_txn(p_api_version => 1.0,
383: p_commit => fnd_api.g_false,
384: p_init_msg_list => fnd_api.g_false,

Line 382: CSD_LOGISTICS_PVT.Update_product_txn(p_api_version => 1.0,

378:
379: -- Call Private API to Update Product Transaction Record
380: -- CSD_LOGISTICS_PVT.Update_product_txn
381: --dbms_output.put_line('Calling update');
382: CSD_LOGISTICS_PVT.Update_product_txn(p_api_version => 1.0,
383: p_commit => fnd_api.g_false,
384: p_init_msg_list => fnd_api.g_false,
385: p_validation_level => fnd_api.g_valid_level_full,
386: x_product_txn_rec => l_Product_Txn_Rec,

Line 482: l_mod_name varchar2(2000) := 'csd.plsql.csd_logistics_pvt.update_product_txn';

478:
479:
480: -- Variables used in FND Log
481: l_error_level number := FND_LOG.LEVEL_ERROR;
482: l_mod_name varchar2(2000) := 'csd.plsql.csd_logistics_pvt.update_product_txn';
483:
484: l_return_Status varchar2(1);
485:
486: BEGIN

Line 628: End CSD_LOGISTICS_PVT;

624: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
625: p_data => x_msg_data);
626: END update_product_txn;
627:
628: End CSD_LOGISTICS_PVT;