DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_HELPER dependencies on EGO_USER_ATTR_ROW_TABLE

Line 2672: l_attributes_row_table ego_user_attr_row_table;

2668: ,x_uda_output_obj OUT NOCOPY inv_ebi_item_output_obj
2669: )
2670: IS
2671: l_uda_out inv_ebi_uda_output_obj;
2672: l_attributes_row_table ego_user_attr_row_table;
2673: l_attributes_data_table ego_user_attr_data_table;
2674: l_attributes_row_obj ego_user_attr_row_obj;
2675: l_transaction_type VARCHAR2(20);
2676: l_data_level VARCHAR2(25);

Line 4555: l_attr_grp ego_user_attr_row_table;

4551: x_uda_output_obj OUT NOCOPY inv_ebi_eco_output_obj
4552: ) IS
4553: l_attr_grp_req_tbl ego_attr_group_request_table;
4554: l_attr_grp_req_obj ego_attr_group_request_obj;
4555: l_attr_grp ego_user_attr_row_table;
4556: l_attr ego_user_attr_data_table;
4557: l_count NUMBER := 0;
4558: l_new_attr_in_tbl VARCHAR2(1) := fnd_api.g_false;
4559: l_uda_out inv_ebi_uda_output_obj;