DBA Data[Home] [Help]

APPS.HXC_TPD_END dependencies on HXC_TIME_BUILDING_BLOCKS

Line 9: (START_TIME hxc_time_building_blocks.start_time%type

5: -- Resource_Id added since it needs to be saved along with the start and end period.
6: -- This way, while retrieving the missing TC periods, we can ensure only that resource's data is retrieved.
7:
8: TYPE period_dates IS RECORD
9: (START_TIME hxc_time_building_blocks.start_time%type
10: ,STOP_TIME hxc_time_building_blocks.stop_time%type
11: ,RESOURCE_ID hxc_time_building_blocks.resource_id%type
12: );
13:

Line 10: ,STOP_TIME hxc_time_building_blocks.stop_time%type

6: -- This way, while retrieving the missing TC periods, we can ensure only that resource's data is retrieved.
7:
8: TYPE period_dates IS RECORD
9: (START_TIME hxc_time_building_blocks.start_time%type
10: ,STOP_TIME hxc_time_building_blocks.stop_time%type
11: ,RESOURCE_ID hxc_time_building_blocks.resource_id%type
12: );
13:
14:

Line 11: ,RESOURCE_ID hxc_time_building_blocks.resource_id%type

7:
8: TYPE period_dates IS RECORD
9: (START_TIME hxc_time_building_blocks.start_time%type
10: ,STOP_TIME hxc_time_building_blocks.stop_time%type
11: ,RESOURCE_ID hxc_time_building_blocks.resource_id%type
12: );
13:
14:
15: TYPE time_periods_table is TABLE OF