DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_HELPER dependencies on EGO_USER_ATTRS_DATA_PVT

Line 2770: l_transaction_type := ego_user_attrs_data_pvt.g_sync_mode;

2766: ELSE
2767: l_revision_id := l_attributes_row_obj.data_level_1;
2768: END IF;
2769: IF(l_attributes_row_table(i).transaction_type IS NULL) THEN
2770: l_transaction_type := ego_user_attrs_data_pvt.g_sync_mode;
2771: ELSE
2772: l_transaction_type := l_attributes_row_table(i).transaction_type;
2773: END IF;
2774: INV_EBI_UTIL.debug_line('STEP 70: BEFORE CALLING EGO_USER_ATTRS_DATA_PUB.build_attr_group_row_object');