DBA Data[Home] [Help]

APPS.HXC_TEMPLATE_SUMMARY_PKG dependencies on HXC_TIMECARD_SUMMARY_PKG

Line 27: l_details hxc_timecard_summary_pkg.details;

23: and scope = 'TIMECARD_TEMPLATE';
24:
25: l_updatedby_id hxc_time_building_blocks.resource_id%type;
26: l_recorded_hours hxc_template_summary.recorded_hours%type :=0;
27: l_details hxc_timecard_summary_pkg.details;
28: l_created_by hxc_time_building_blocks.resource_id%type;
29: l_start_time hxc_time_building_blocks.start_time%type;
30: l_stop_time hxc_time_building_blocks.stop_time%type;
31: Begin

Line 49: hxc_timecard_summary_pkg.get_recorded_hours(p_template_id,p_template_ovn,l_recorded_hours,l_details);

45:
46: --
47: -- 2. Recorded Hours
48: --
49: hxc_timecard_summary_pkg.get_recorded_hours(p_template_id,p_template_ovn,l_recorded_hours,l_details);
50: --
51: --
52: -- Insert Summary Row
53: --