DBA Data[Home] [Help]

APPS.HXC_RPT_LOAD_TC_SNAPSHOT dependencies on FND_LOOKUP_VALUES

Line 1655: fnd_lookup_values flv

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

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

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