DBA Data[Home] [Help]

APPS.HXC_RPT_LOAD_TC_SNAPSHOT dependencies on FND_LOOKUP_VALUES

Line 1653: fnd_lookup_values flv

1649: det.detail_bb_id,
1650: det.detail_bb_ovn
1651: FROM hxc_rpt_tc_details_all det,
1652: hxc_rpt_tc_resource_temp gt,
1653: fnd_lookup_values flv
1654: WHERE gt.request_id = det.request_id
1655: AND gt.resource_id = det.resource_id
1656: AND gt.tc_start_time = det.tc_start_time
1657: AND gt.tc_stop_time = det.tc_stop_time

Line 1677: -- Fetch the corresponding Lookup names from FND_LOOKUP_VALUES.

1673:
1674: -- Public Procedure translate_cla_reasons
1675: -- Fetch all the lookup codes for CLA reasons from HXC_RPT_TC_DETAILS_ALL
1676: -- wherever they exist.
1677: -- Fetch the corresponding Lookup names from FND_LOOKUP_VALUES.
1678: -- Update HXC_RPT_TC_DETAILS_ALL with the relevant lookup names
1679:
1680: IF g_debug
1681: THEN