DBA Data[Home] [Help]

APPS.HXC_PROJ_MANAGER_APPROVAL_PKG dependencies on HXC_MAPPING_COMPONENTS_V

Line 66: FROM hxc_mapping_components_v

62:
63: CURSOR csr_get_map_comp_id
64: IS
65: SELECT mapping_component_id
66: FROM hxc_mapping_components_v
67: WHERE bld_blk_info_type = 'PROJECTS'
68: AND field_name = 'Project_Id';
69:
70: