DBA Data[Home] [Help]

APPS.HXC_TCSUMMARY_MIGRATE dependencies on HXC_TEMPLATE_SUMMARY_API

Line 77: hxc_template_summary_api.delete_template(template_rec.template_id);

73: Begin
74:
75: for template_rec in c_templates loop
76:
77: hxc_template_summary_api.delete_template(template_rec.template_id);
78:
79: end loop;
80:
81: for template_rec in c_deleted_templates loop

Line 83: hxc_template_summary_api.delete_template(template_rec.template_id);

79: end loop;
80:
81: for template_rec in c_deleted_templates loop
82:
83: hxc_template_summary_api.delete_template(template_rec.template_id);
84:
85: end loop;
86:
87: End delete_templates;

Line 145: hxc_template_summary_api.template_deposit

141:
142: Begin
143:
144: for template_rec in c_templates(p_resource_id) loop
145: hxc_template_summary_api.template_deposit
146: (p_template_id => template_rec.time_building_block_id
147: ,p_template_ovn =>template_rec.object_version_number
148: );
149: end loop;

Line 1625: hxc_template_summary_api.template_deposit

1621:
1622: if sql%found then
1623:
1624: for timecard_rec in c_temp_resources(l_worker_id, 'TIMECARD_TEMPLATE') loop
1625: hxc_template_summary_api.template_deposit
1626: (p_template_id => timecard_rec.time_building_block_id
1627: ,p_template_ovn =>timecard_rec.object_version_number
1628: );
1629: l_time_summary_count := l_time_summary_count + 1;