DBA Data[Home] [Help]

APPS.PSB_ACCOUNT_POSITION_SET_PVT dependencies on PSB_ACCOUNT_POSITION_SET_PVT

Line 1: PACKAGE BODY PSB_Account_Position_Set_Pvt AS

1: PACKAGE BODY PSB_Account_Position_Set_Pvt AS
2: /* $Header: PSBVSETB.pls 115.10 2002/11/12 11:18:13 msuram ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_Account_Position_Set_Pvt';
5:

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

1: PACKAGE BODY PSB_Account_Position_Set_Pvt AS
2: /* $Header: PSBVSETB.pls 115.10 2002/11/12 11:18:13 msuram ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_Account_Position_Set_Pvt';
5:
6: -- The flag determines whether to print debug information or not.
7: g_debug_flag VARCHAR2(1) := 'N' ;
8:

Line 948: p_entity_table IN PSB_Account_Position_Set_Pvt.Entity_Tbl_Type

944: p_msg_data OUT NOCOPY VARCHAR2,
945: --
946: p_source_data_extract_id IN NUMBER,
947: p_target_data_extract_id IN NUMBER,
948: p_entity_table IN PSB_Account_Position_Set_Pvt.Entity_Tbl_Type
949: )
950: IS
951: --
952: l_api_name CONSTANT VARCHAR2(30) := 'Copy_Position_Sets';

Line 1307: PSB_Account_Position_Set_Pvt.Insert_Row

1303: RETURN;
1304: --
1305: END IF;
1306:
1307: PSB_Account_Position_Set_Pvt.Insert_Row
1308: (
1309: p_api_version => 1.0,
1310: p_init_msg_list => FND_API.G_TRUE,
1311: p_commit => FND_API.G_FALSE,

Line 1626: END PSB_Account_Position_Set_Pvt;

1622: END pd ;
1623: /*---------------------------------------------------------------------------*/
1624:
1625:
1626: END PSB_Account_Position_Set_Pvt;