DBA Data[Home] [Help]

APPS.EGO_COM_ATTR_VALIDATION dependencies on EGO_FND_DSC_FLX_CTX_EXT

Line 513: from ego_fnd_dsc_flx_ctx_ext

509: Cursor c_get_attr_grp_id(p_application_id in number
510: ,p_descriptive_flexfield_name in varchar2
511: ,p_attr_grp_name in varchar2) is
512: Select attr_group_id
513: from ego_fnd_dsc_flx_ctx_ext
514: where application_id = p_application_id
515: and descriptive_flexfield_name = p_descriptive_flexfield_name
516: and descriptive_flex_context_code = p_attr_grp_name;
517:

Line 737: ego_fnd_dsc_flx_ctx_ext b

733: ,a.attr_group_name
734: ,a.attr_group_type
735: ,b.multi_row
736: from ego_obj_attr_grp_assocs_v a,
737: ego_fnd_dsc_flx_ctx_ext b
738: where a.object_id = p_object_id
739: and a.classification_code = to_char(p_structure_type_id)
740: and a.data_level_int_name = 'COMPONENTS_LEVEL'
741: and a.attr_group_id = b.attr_group_id;