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.14 2012/03/27 23:29:59 swai 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.14 2012/03/27 23:29:59 swai 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 392: -- CSD_LOGISTICS_PVT.Update_product_txn

388: Into l_Product_Txn_Rec.Currency_Code;
389: Close PL_CurrencyCode_Cur_TYpe;
390:
391: -- Call Private API to Update Product Transaction Record
392: -- CSD_LOGISTICS_PVT.Update_product_txn
393: --dbms_output.put_line('Calling update');
394: CSD_LOGISTICS_PVT.Update_product_txn(p_api_version => 1.0,
395: p_commit => fnd_api.g_false,
396: p_init_msg_list => fnd_api.g_false,

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

390:
391: -- Call Private API to Update Product Transaction Record
392: -- CSD_LOGISTICS_PVT.Update_product_txn
393: --dbms_output.put_line('Calling update');
394: CSD_LOGISTICS_PVT.Update_product_txn(p_api_version => 1.0,
395: p_commit => fnd_api.g_false,
396: p_init_msg_list => fnd_api.g_false,
397: p_validation_level => fnd_api.g_valid_level_full,
398: x_product_txn_rec => l_Product_Txn_Rec,

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

490:
491:
492: -- Variables used in FND Log
493: l_error_level number := FND_LOG.LEVEL_ERROR;
494: l_mod_name varchar2(2000) := 'csd.plsql.csd_logistics_pvt.update_product_txn';
495:
496: l_return_Status varchar2(1);
497:
498: BEGIN

Line 640: End CSD_LOGISTICS_PVT;

636: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
637: p_data => x_msg_data);
638: END update_product_txn;
639:
640: End CSD_LOGISTICS_PVT;