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 934: ERROR_HANDLER.Initialize;

930: FND_MSG_PUB.Initialize;
931: END IF;
932:
933: -- Set business object identifier in the System Information record
934: ERROR_HANDLER.Initialize;
935: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier);
936:
937: IF (((p_Transaction_Type = G_TTYPE_CREATE)
938: AND(p_item_catalog_group_id IS NULL

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

931: END IF;
932:
933: -- Set business object identifier in the System Information record
934: ERROR_HANDLER.Initialize;
935: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier);
936:
937: IF (((p_Transaction_Type = G_TTYPE_CREATE)
938: AND(p_item_catalog_group_id IS NULL
939: OR p_item_catalog_group_id = G_MISS_NUM

Line 1635: Error_Handler.Initialize;

1631: END IF;
1632:
1633: -- Initialize message list
1634: IF FND_API.To_Boolean (p_init_msg_list) THEN
1635: Error_Handler.Initialize;
1636: END IF;
1637:
1638: -- Set business object identifier in the System Information record
1639: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

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

1635: Error_Handler.Initialize;
1636: END IF;
1637:
1638: -- Set business object identifier in the System Information record
1639: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
1640:
1641: -- Store item org assignment data in the global table
1642: EGO_Item_PVT.G_Item_Org_Assignment_Tbl := p_Item_Org_Assignment_Tbl;
1643:

Line 1954: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE

1950: ,p_entity_id IN NUMBER DEFAULT NULL
1951: ,p_entity_index IN NUMBER DEFAULT NULL
1952: ,p_entity_code IN VARCHAR2 DEFAULT NULL
1953: ,p_debug_level IN NUMBER DEFAULT 0
1954: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE
1955: ,p_write_to_concurrent_log IN VARCHAR2 DEFAULT FND_API.G_FALSE
1956: ,p_init_fnd_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE
1957: ,p_log_errors IN VARCHAR2 DEFAULT FND_API.G_TRUE
1958: ,p_add_errors_to_fnd_stack IN VARCHAR2 DEFAULT FND_API.G_FALSE

Line 1979: ,p_init_error_handler => p_init_error_handler

1975: ,p_entity_id => p_entity_id
1976: ,p_entity_index => p_entity_index
1977: ,p_entity_code => p_entity_code
1978: ,p_debug_level => p_debug_level
1979: ,p_init_error_handler => p_init_error_handler
1980: ,p_write_to_concurrent_log => p_write_to_concurrent_log
1981: ,p_init_fnd_msg_list => p_init_fnd_msg_list
1982: ,p_log_errors => p_log_errors
1983: ,p_add_errors_to_fnd_stack => p_add_errors_to_fnd_stack

Line 2004: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE

2000: ,p_entity_id IN NUMBER DEFAULT NULL
2001: ,p_entity_index IN NUMBER DEFAULT NULL
2002: ,p_entity_code IN VARCHAR2 DEFAULT NULL
2003: ,p_debug_level IN NUMBER DEFAULT 0
2004: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE
2005: ,p_init_fnd_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE
2006: ,p_add_errors_to_fnd_stack IN VARCHAR2 DEFAULT FND_API.G_FALSE
2007: ,p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
2008: ,x_attributes_row_table OUT NOCOPY EGO_USER_ATTR_ROW_TABLE

Line 2027: ,p_init_error_handler => p_init_error_handler

2023: ,p_entity_id => p_entity_id
2024: ,p_entity_index => p_entity_index
2025: ,p_entity_code => p_entity_code
2026: ,p_debug_level => p_debug_level
2027: ,p_init_error_handler => p_init_error_handler
2028: ,p_init_fnd_msg_list => p_init_fnd_msg_list
2029: ,p_add_errors_to_fnd_stack => p_add_errors_to_fnd_stack
2030: ,p_commit => p_commit
2031: ,x_attributes_row_table => x_attributes_row_table

Line 4483: Error_Handler.Initialize;

4479: x_return_status := G_RET_STS_SUCCESS;
4480:
4481: -- Initialize message list
4482: IF FND_API.To_Boolean (p_init_msg_list) THEN
4483: Error_Handler.Initialize;
4484: END IF;
4485:
4486: -- Set business object identifier in the System Information record
4487: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

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

4483: Error_Handler.Initialize;
4484: END IF;
4485:
4486: -- Set business object identifier in the System Information record
4487: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4488:
4489:
4490: INV_EGO_REVISION_VALIDATE.Set_Process_Control('EGO_ITEM_BULKLOAD');
4491: INV_ITEM_CATALOG_ELEM_PUB.Process_item_descr_elements

Line 4553: Error_Handler.Initialize;

4549: x_return_status := G_RET_STS_SUCCESS;
4550:
4551: -- Initialize message list
4552: IF FND_API.To_Boolean (p_init_msg_list) THEN
4553: Error_Handler.Initialize;
4554: END IF;
4555:
4556: -- Set business object identifier in the System Information record
4557: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );

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

4553: Error_Handler.Initialize;
4554: END IF;
4555:
4556: -- Set business object identifier in the System Information record
4557: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4558:
4559: IF INV_EGO_REVISION_VALIDATE.check_data_security(
4560: p_function => 'EGO_EDIT_ITEM'
4561: ,p_object_name => 'EGO_ITEM'

Line 4640: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE

4636: ,p_multi_row_attrs_table IN UCCnet_Attrs_Multi_Row_Tbl_Typ
4637: ,p_entity_id IN NUMBER DEFAULT NULL
4638: ,p_entity_index IN NUMBER DEFAULT NULL
4639: ,p_entity_code IN VARCHAR2 DEFAULT NULL
4640: ,p_init_error_handler IN VARCHAR2 DEFAULT FND_API.G_TRUE
4641: ,p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
4642: ,x_return_status OUT NOCOPY VARCHAR2
4643: ,x_errorcode OUT NOCOPY NUMBER
4644: ,x_msg_count OUT NOCOPY NUMBER

Line 4656: ,p_init_error_handler => p_init_error_handler

4652: ,p_multi_row_attrs_table => p_multi_row_attrs_table
4653: ,p_entity_id => p_entity_id
4654: ,p_entity_index => p_entity_index
4655: ,p_entity_code => p_entity_code
4656: ,p_init_error_handler => p_init_error_handler
4657: ,p_commit => p_commit
4658: ,x_return_status => x_return_status
4659: ,x_errorcode => x_errorcode
4660: ,x_msg_count => x_msg_count