DBA Data[Home] [Help]

APPS.ENG_CHANGE_IMPORT_UTIL dependencies on EGO_FND_DSC_FLX_CTX_EXT

Line 5855: FROM ego_fnd_dsc_flx_ctx_ext flx_ext

5851: AND uai2.process_status = 5
5852: AND uai2.transaction_type in (EGO_USER_ATTRS_DATA_PVT.G_SYNC_MODE,EGO_USER_ATTRS_DATA_PVT.G_CREATE_MODE)
5853: AND NVL (uai2.data_level_id,9.97e125) = l_item_rev_dl_id
5854: AND (SELECT multi_row
5855: FROM ego_fnd_dsc_flx_ctx_ext flx_ext
5856: WHERE descriptive_flex_context_code = uai2.attr_group_int_name
5857: AND application_id = p_application_id
5858: AND descriptive_flexfield_name =p_attr_group_type) <>'Y' ;
5859: --Step3, update SYNC transaction type for Single Row AG to UPDATE/CREATE