DBA Data[Home] [Help]

APPS.INV_EBI_UTIL dependencies on EGO_USER_ATTR_ROW_TABLE

Line 33: ,x_attributes_row_table OUT NOCOPY ego_user_attr_row_table

29: ) RETURN NUMBER;
30:
31: PROCEDURE transform_uda (
32: p_uda_input_obj IN inv_ebi_uda_input_obj
33: ,x_attributes_row_table OUT NOCOPY ego_user_attr_row_table
34: ,x_attributes_data_table OUT NOCOPY ego_user_attr_data_table
35: ,x_return_status OUT NOCOPY VARCHAR2 --Bug 7240247
36: ,x_msg_count OUT NOCOPY NUMBER
37: ,x_msg_data OUT NOCOPY VARCHAR2

Line 40: p_attributes_row_table IN ego_user_attr_row_table

36: ,x_msg_count OUT NOCOPY NUMBER
37: ,x_msg_data OUT NOCOPY VARCHAR2
38: );
39: PROCEDURE transform_attr_rowdata_uda(
40: p_attributes_row_table IN ego_user_attr_row_table
41: ,p_attributes_data_table IN ego_user_attr_data_table
42: ,x_uda_input_obj OUT NOCOPY inv_ebi_uda_input_obj
43: ,x_return_status OUT NOCOPY VARCHAR2 --Bug 7240247
44: ,x_msg_count OUT NOCOPY NUMBER