DBA Data[Home] [Help]

APPS.CUG_SR_ATTRIBUTE_INTF dependencies on CS_TP_TEMPLATES_PVT

Line 113: l_template_rec cs_tp_templates_pvt.template;

109: l_date date;
110:
111: /* Defining Record type's for insert/update*/
112:
113: l_template_rec cs_tp_templates_pvt.template;
114: l_template_link_list cs_tp_templates_pvt.template_link_list;
115: l_template_question_list cs_tp_questions_pvt.question;
116: l_template_question_choice cs_tp_choices_pvt.choice;
117: --l_template_quest_choice_list cs_tp_choices_pvt.choice_list;

Line 114: l_template_link_list cs_tp_templates_pvt.template_link_list;

110:
111: /* Defining Record type's for insert/update*/
112:
113: l_template_rec cs_tp_templates_pvt.template;
114: l_template_link_list cs_tp_templates_pvt.template_link_list;
115: l_template_question_list cs_tp_questions_pvt.question;
116: l_template_question_choice cs_tp_choices_pvt.choice;
117: --l_template_quest_choice_list cs_tp_choices_pvt.choice_list;
118: l_template_question_freetext cs_tp_choices_pvt.freetext;

Line 169: CS_TP_TEMPLATES_PVT.Add_Template

165: if c_template_exists%NOTFOUND then
166: -- Calling the create template API to create new template record
167: fnd_file.put_line(fnd_file.log,'Template does not exists for SR Type : ' || l_sr_attr.sr_type);
168: fnd_file.put_line(fnd_file.log,'Calling Create Template API, SR Type : ' || l_sr_attr.sr_type);
169: CS_TP_TEMPLATES_PVT.Add_Template
170: (
171: p_api_version_number => l_api_version,
172: p_init_msg_list => l_init_msg_list_true,
173: p_commit => l_init_commit_true,

Line 184: CS_TP_TEMPLATES_PVT.update_template_links

180:
181: -- Calling the create template link API to create new template link record
182: fnd_file.put_line(fnd_file.log,'Template does not exists for SR Type : ' || l_sr_attr.sr_type);
183: fnd_file.put_line(fnd_file.log,'Calling Create Template Link API, SR Type : ' || l_sr_attr.sr_type);
184: CS_TP_TEMPLATES_PVT.update_template_links
185: (
186: p_api_version_number => l_api_version,
187: p_init_msg_list => l_init_msg_list_true,
188: p_commit => l_init_commit_true,