DBA Data[Home] [Help]

APPS.HXC_TIMECARD dependencies on HXC_TEMPLATE_SUMMARY_API

Line 1296: hxc_template_summary_api.template_deposit

1292: g_deposit_blocks.delete;
1293: g_deposit_attributes.delete;
1294: g_audit_messages.delete;
1295: elsif((p_template = c_yes) and (hxc_timecard_message_helper.noErrors)) then
1296: hxc_template_summary_api.template_deposit
1297: (p_blocks => g_deposit_blocks,
1298: p_attributes =>g_deposit_attributes,
1299: p_template_id =>p_timecard_id);
1300:

Line 2025: hxc_template_summary_api.DELETE_TEMPLATE(l_blocks(l_timecard_index).time_building_block_id);

2021: */
2022:
2023: if(hxc_timecard_message_helper.noErrors) then
2024: if(l_blocks(l_timecard_index).scope = c_template_scope) then --Only for templates.
2025: hxc_template_summary_api.DELETE_TEMPLATE(l_blocks(l_timecard_index).time_building_block_id);
2026: else --For Timecard.
2027:
2028: -- Bug 13416941
2029: -- Delete Attachments if any exists