DBA Data[Home] [Help]

APPS.PSB_ENTITY_SET_PVT dependencies on PSB_ENTITY_SET_PVT

Line 1: PACKAGE BODY PSB_ENTITY_SET_PVT AS

1: PACKAGE BODY PSB_ENTITY_SET_PVT AS
2: /* $Header: PSBVESPB.pls 120.4 2005/03/16 05:33:01 shtripat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_ENTITY_SET_PVT';
5: -- The flag determines whether to print debug information or not.

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_ENTITY_SET_PVT';

1: PACKAGE BODY PSB_ENTITY_SET_PVT AS
2: /* $Header: PSBVESPB.pls 120.4 2005/03/16 05:33:01 shtripat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_ENTITY_SET_PVT';
5: -- The flag determines whether to print debug information or not.
6: g_debug_flag VARCHAR2(1) := 'N' ;
7:
8: /* ---------------------- Private Procedures -----------------------*/

Line 845: PSB_ENTITY_SET_PVT.Copy_Attributes

841: OPEN l_source_data_extract_csr ;
842: FETCH l_source_data_extract_csr INTO l_source_data_extract_rec ;
843: CLOSE l_source_data_extract_csr ;
844:
845: PSB_ENTITY_SET_PVT.Copy_Attributes
846: ( p_api_version => 1.0,
847: p_init_msg_list => null,
848: p_commit => null,
849: p_validation_level => null,

Line 2161: end PSB_ENTITY_SET_PVT;

2157:
2158: END debug ;
2159:
2160:
2161: end PSB_ENTITY_SET_PVT;