DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on EGO_ATTRS_V

Line 3750: from EGO_ATTRS_V ag, ego_fnd_dsc_flx_ctx_ext egoag

3746:
3747:
3748: select ag.database_column
3749: into l_column_name
3750: from EGO_ATTRS_V ag, ego_fnd_dsc_flx_ctx_ext egoag
3751: where ag.attr_group_type = egoag.descriptive_flexfield_name
3752: and ag.attr_group_name = egoag.descriptive_flex_context_code
3753: AND ag.attr_group_type = 'PON_AUC_PRICES_EXT_ATTRS'
3754: AND ag.ATTR_GROUP_NAME = 'FED_CUST_DESG'

Line 3807: from EGO_ATTRS_V ag, ego_fnd_dsc_flx_ctx_ext egoag

3803: BEGIN
3804:
3805: select ag.database_column
3806: into l_column_name
3807: from EGO_ATTRS_V ag, ego_fnd_dsc_flx_ctx_ext egoag
3808: where ag.attr_group_type = egoag.descriptive_flexfield_name
3809: and ag.attr_group_name = egoag.descriptive_flex_context_code
3810: AND ag.attr_group_type = 'PON_AUC_PRICES_EXT_ATTRS'
3811: AND ag.ATTR_GROUP_NAME = 'FED_CUST_DESG'

Line 3914: from EGO_ATTRS_V ag, ego_fnd_dsc_flx_ctx_ext egoag

3910: l_result VARCHAR(4000);
3911: BEGIN
3912: select ag.database_column, egoag.attr_group_id
3913: into l_column_name, l_attr_group_id
3914: from EGO_ATTRS_V ag, ego_fnd_dsc_flx_ctx_ext egoag
3915: where ag.attr_group_type = egoag.descriptive_flexfield_name
3916: and ag.attr_group_name = egoag.descriptive_flex_context_code
3917: AND ag.attr_group_type = p_attr_group_type
3918: AND ag.ATTR_GROUP_NAME = p_attr_group_name

Line 4233: from ego_attrs_v

4229: BEGIN
4230:
4231: select application_id, attr_id
4232: into l_application_id, l_attr_id
4233: from ego_attrs_v
4234: where ATTR_NAME = p_attr_internal_name
4235: and ATTR_GROUP_NAME = p_attr_group_int_name
4236: and ATTR_GROUP_TYPE = p_attr_group_type;
4237: