DBA Data[Home] [Help]

APPS.HXC_TEMPLATE_SUMMARY_API dependencies on HXC_TEMPLATE_SUMMARY_PKG

Line 44: hxc_template_summary_pkg.delete_summary_row

40:
41:
42:
43: if( l_resource_id is not null) then
44: hxc_template_summary_pkg.delete_summary_row
45: (p_template_id => p_template_id);
46: end if;
47:
48: END DELETE_TEMPLATE;

Line 102: hxc_template_summary_pkg.delete_summary_row

98: --
99: l_resource_id := template_present(p_template_id);
100:
101: if( l_resource_id is not null) then
102: hxc_template_summary_pkg.delete_summary_row
103: (p_template_id => p_template_id);
104: end if;
105:
106: for template_attribute_rec in c_template_attributes(p_template_id,p_template_ovn)

Line 127: hxc_template_summary_pkg.insert_summary_row

123: end if;
124: if ((l_template_name is NOT null) and (l_business_group_id is not null) and
125: (l_layout_id is not null) and (l_template_type is not null)) then
126:
127: hxc_template_summary_pkg.insert_summary_row
128: (p_template_id => p_template_id,
129: p_template_ovn => p_template_ovn,
130: p_template_name =>l_template_name,
131: p_description =>l_description,

Line 173: hxc_template_summary_pkg.delete_summary_row

169: --
170: l_resource_id := template_present(p_template_id);
171:
172: if( l_resource_id is not null) then
173: hxc_template_summary_pkg.delete_summary_row
174: (p_template_id => p_template_id);
175: end if;
176:
177: --

Line 206: hxc_template_summary_pkg.insert_summary_row

202: l_index := p_attributes.next(l_index);
203: End Loop;
204:
205:
206: hxc_template_summary_pkg.insert_summary_row
207: (p_template_id => p_blocks(l_timecard_index).time_building_block_id,
208: p_template_ovn => p_blocks(l_timecard_index).OBJECT_VERSION_NUMBER,
209: p_template_name =>l_template_name,
210: p_description =>l_description,