DBA Data[Home] [Help]

APPS.HXC_HPH_UPLOAD_PKG dependencies on HXC_ENTITY_GROUPS

Line 135: FROM hxc_entity_groups eg

131: SELECT egc.attribute1
132: FROM hxc_entity_group_comps egc
133: WHERE egc.attribute2 = p_attribute
134: AND EXISTS ( SELECT 'x'
135: FROM hxc_entity_groups eg
136: WHERE eg.entity_group_id = egc.entity_group_id
137: AND eg.entity_type = 'HXC_SS_TC_DATE_FORMATS' );
138:
139: CURSOR csr_get_rule_group_id IS

Line 477: FROM hxc_entity_groups eg

473: SELECT egc.attribute2
474: FROM hxc_entity_group_comps egc
475: WHERE egc.attribute1 = p_attribute
476: AND EXISTS ( SELECT 'x'
477: FROM hxc_entity_groups eg
478: WHERE eg.entity_group_id = egc.entity_group_id
479: AND eg.entity_type = 'HXC_SS_TC_DATE_FORMATS' );
480:
481: CURSOR csr_get_time_entry_rule_name IS