DBA Data[Home] [Help]

APPS.HXC_LOAD_PKG dependencies on HXC_ENTITY_GROUP_COMPS

Line 90: FROM hxc_entity_group_comps egc

86: WHERE layout_id = TO_NUMBER(p_attribute);
87:
88: CURSOR csr_get_date_format IS
89: SELECT egc.attribute2
90: FROM hxc_entity_group_comps egc
91: WHERE egc.attribute1 = p_attribute
92: AND EXISTS ( SELECT 'x'
93: FROM hxc_entity_groups eg
94: WHERE eg.entity_group_id = egc.entity_group_id