DBA Data[Home] [Help]

APPS.EGO_ITEM_PUB dependencies on ERROR_HANDLER

Line 145: Error_Handler.Initialize;

141: END IF;
142:
143: -- Initialize message list
144: IF FND_API.To_Boolean (p_init_msg_list) THEN
145: Error_Handler.Initialize;
146: END IF;
147:
148: -- Set business object identifier in the System Information record
149: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

Line 149: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

145: Error_Handler.Initialize;
146: END IF;
147:
148: -- Set business object identifier in the System Information record
149: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
150:
151: l_item_tbl := p_Item_Tbl;
152: -- Store items input data in the global table so that the business object
153: -- data are accessible without copying to all procedures.

Line 953: ERROR_HANDLER.Initialize;

949: FND_MSG_PUB.Initialize;
950: END IF;
951:
952: -- Set business object identifier in the System Information record
953: ERROR_HANDLER.Initialize;
954: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier);
955:
956: IF (((p_Transaction_Type = G_TTYPE_CREATE)
957: AND(p_item_catalog_group_id IS NULL

Line 954: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier);

950: END IF;
951:
952: -- Set business object identifier in the System Information record
953: ERROR_HANDLER.Initialize;
954: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier);
955:
956: IF (((p_Transaction_Type = G_TTYPE_CREATE)
957: AND(p_item_catalog_group_id IS NULL
958: OR p_item_catalog_group_id = G_MISS_NUM

Line 1717: Error_Handler.Initialize;

1713: END IF;
1714:
1715: -- Initialize message list
1716: IF FND_API.To_Boolean (p_init_msg_list) THEN
1717: Error_Handler.Initialize;
1718: END IF;
1719:
1720: -- Set business object identifier in the System Information record
1721: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

Line 1721: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

1717: Error_Handler.Initialize;
1718: END IF;
1719:
1720: -- Set business object identifier in the System Information record
1721: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
1722:
1723: -- Store item org assignment data in the global table
1724: EGO_Item_PVT.G_Item_Org_Assignment_Tbl := p_Item_Org_Assignment_Tbl;
1725:

Line 2101: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE

2097: ,p_entity_id IN NUMBER DEFAULT NULL
2098: ,p_entity_index IN NUMBER DEFAULT NULL
2099: ,p_entity_code IN VARCHAR2 DEFAULT NULL
2100: ,p_debug_level IN NUMBER DEFAULT 0
2101: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE
2102: ,p_write_to_concurrent_log IN VARCHAR2 DEFAULT FND_API.G_FALSE
2103: ,p_init_fnd_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE
2104: ,p_log_errors IN VARCHAR2 DEFAULT FND_API.G_TRUE
2105: ,p_add_errors_to_fnd_stack IN VARCHAR2 DEFAULT FND_API.G_FALSE

Line 2126: ,p_init_error_handler => p_init_error_handler

2122: ,p_entity_id => p_entity_id
2123: ,p_entity_index => p_entity_index
2124: ,p_entity_code => p_entity_code
2125: ,p_debug_level => p_debug_level
2126: ,p_init_error_handler => p_init_error_handler
2127: ,p_write_to_concurrent_log => p_write_to_concurrent_log
2128: ,p_init_fnd_msg_list => p_init_fnd_msg_list
2129: ,p_log_errors => p_log_errors
2130: ,p_add_errors_to_fnd_stack => p_add_errors_to_fnd_stack

Line 2151: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE

2147: ,p_entity_id IN NUMBER DEFAULT NULL
2148: ,p_entity_index IN NUMBER DEFAULT NULL
2149: ,p_entity_code IN VARCHAR2 DEFAULT NULL
2150: ,p_debug_level IN NUMBER DEFAULT 0
2151: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE
2152: ,p_init_fnd_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE
2153: ,p_add_errors_to_fnd_stack IN VARCHAR2 DEFAULT FND_API.G_FALSE
2154: ,p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
2155: ,x_attributes_row_table OUT NOCOPY EGO_USER_ATTR_ROW_TABLE

Line 2174: ,p_init_error_handler => p_init_error_handler

2170: ,p_entity_id => p_entity_id
2171: ,p_entity_index => p_entity_index
2172: ,p_entity_code => p_entity_code
2173: ,p_debug_level => p_debug_level
2174: ,p_init_error_handler => p_init_error_handler
2175: ,p_init_fnd_msg_list => p_init_fnd_msg_list
2176: ,p_add_errors_to_fnd_stack => p_add_errors_to_fnd_stack
2177: ,p_commit => p_commit
2178: ,x_attributes_row_table => x_attributes_row_table

Line 4732: Error_Handler.Initialize;

4728: x_return_status := G_RET_STS_SUCCESS;
4729:
4730: -- Initialize message list
4731: IF FND_API.To_Boolean (p_init_msg_list) THEN
4732: Error_Handler.Initialize;
4733: END IF;
4734:
4735: -- Set business object identifier in the System Information record
4736: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

Line 4736: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

4732: Error_Handler.Initialize;
4733: END IF;
4734:
4735: -- Set business object identifier in the System Information record
4736: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4737:
4738:
4739: INV_EGO_REVISION_VALIDATE.Set_Process_Control('EGO_ITEM_BULKLOAD');
4740: INV_ITEM_CATALOG_ELEM_PUB.Process_item_descr_elements

Line 4803: Error_Handler.Initialize;

4799: x_return_status := G_RET_STS_SUCCESS;
4800:
4801: -- Initialize message list
4802: IF FND_API.To_Boolean (p_init_msg_list) THEN
4803: Error_Handler.Initialize;
4804: END IF;
4805:
4806: -- Set business object identifier in the System Information record
4807: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

Line 4807: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

4803: Error_Handler.Initialize;
4804: END IF;
4805:
4806: -- Set business object identifier in the System Information record
4807: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4808:
4809: IF INV_EGO_REVISION_VALIDATE.check_data_security(
4810: p_function => 'EGO_EDIT_ITEM'
4811: ,p_object_name => 'EGO_ITEM'

Line 4910: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE

4906: ,p_multi_row_attrs_table IN UCCnet_Attrs_Multi_Row_Tbl_Typ
4907: ,p_entity_id IN NUMBER DEFAULT NULL
4908: ,p_entity_index IN NUMBER DEFAULT NULL
4909: ,p_entity_code IN VARCHAR2 DEFAULT NULL
4910: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE
4911: ,p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
4912: ,x_return_status OUT NOCOPY VARCHAR2
4913: ,x_errorcode OUT NOCOPY NUMBER
4914: ,x_msg_count OUT NOCOPY NUMBER

Line 4926: ,p_init_error_handler => p_init_error_handler

4922: ,p_multi_row_attrs_table => p_multi_row_attrs_table
4923: ,p_entity_id => p_entity_id
4924: ,p_entity_index => p_entity_index
4925: ,p_entity_code => p_entity_code
4926: ,p_init_error_handler => p_init_error_handler
4927: ,p_commit => p_commit
4928: ,x_return_status => x_return_status
4929: ,x_errorcode => x_errorcode
4930: ,x_msg_count => x_msg_count