DBA Data[Home] [Help]

APPS.EGO_UPLOAD_PUB dependencies on EGO_FND_DSC_FLX_CTX_EXT

Line 49: from ego_fnd_dsc_flx_ctx_ext

45: ) IS
46: BEGIN
47: SELECT attr_group_id
48: INTO x_attr_group_id
49: from ego_fnd_dsc_flx_ctx_ext
50: WHERE descriptive_flexfield_name = p_attr_group_type
51: AND descriptive_flex_context_code = p_attr_group_name
52: AND application_id = 431;
53: EXCEPTION