DBA Data[Home] [Help]

APPS.PO_UDA_LOAD_TEMPLATES dependencies on PO_UDA_TEMPLATES_UTIL

Line 192: l_can_update := PO_UDA_TEMPLATES_UTIL.can_update_delete(l_template_id);

188: and T.LANGUAGE = L.LANGUAGE_CODE);
189:
190: load_msg('load_templates: update mode : l_template_id ' ||l_template_id ||' l_revision '||l_revision ||' l_entity_code '|| l_entity_code || ' l_display_name ' || l_display_name );
191:
192: l_can_update := PO_UDA_TEMPLATES_UTIL.can_update_delete(l_template_id);
193:
194: load_msg('load_templates: l_can_update'|| l_can_update);
195:
196: IF l_can_update = 'true' THEN

Line 214: PO_UDA_TEMPLATES_UTIL.copy_uda_temp_header

210: load_msg('load_templates: compile flag reset ');
211:
212: ELSE
213:
214: PO_UDA_TEMPLATES_UTIL.copy_uda_temp_header
215: (
216: p_api_version => 1.0,
217: p_src_template_id => l_template_id,
218: x_new_template_id => l_new_template_id,

Line 227: PO_UDA_TEMPLATES_UTIL.copy_uda_temp_usages

223:
224: load_msg('load_templates: new template id is '|| l_new_template_id);
225:
226:
227: PO_UDA_TEMPLATES_UTIL.copy_uda_temp_usages
228: (
229: p_api_version => 1.0,
230: p_new_template_id => l_new_template_id,
231: p_src_template_id => l_template_id ,

Line 248: PO_UDA_TEMPLATES_UTIL.DELETE_USAGE(

244: load_msg('load_templates: Deleting all seeded usage attribute groups for template '|| l_template_id);
245:
246: FOR c_get_seeded_usage_id_rec IN c_get_seeded_usage_id(l_template_id) LOOP
247:
248: PO_UDA_TEMPLATES_UTIL.DELETE_USAGE(
249: p_api_version => 1.0,
250: p_usage_id => c_get_seeded_usage_id_rec.usage_id,
251: x_return_status => l_return_status,
252: x_msg_count => l_msg_count,

Line 321: l_can_update := PO_UDA_TEMPLATES_UTIL.can_update_delete(l_template_id);

317: );
318:
319: load_msg('load_templates_nls: update mode : l_template_id ' ||l_template_id ||' l_revision '||l_revision ||' l_entity_code '|| l_entity_code );
320:
321: l_can_update := PO_UDA_TEMPLATES_UTIL.can_update_delete(l_template_id);
322:
323: load_msg('load_templates_nls: l_can_update'|| l_can_update);
324:
325: IF l_can_update = 'true' THEN