DBA Data[Home] [Help]

APPS.CUG_SR_ATTRIBUTE_INTF dependencies on CS_TP_QUESTIONS_PVT

Line 115: l_template_question_list cs_tp_questions_pvt.question;

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;
119:

Line 262: CS_TP_QUESTIONS_PVT.Add_Question

258: l_template_question_list.mlookupid := NULL;
259:
260: fnd_file.put_line(fnd_file.log,'Calling the Add_question API,SR Type: '
261: || l_sr_attr.sr_type || ' Attribute : '|| l_sr_attr.sr_name);
262: CS_TP_QUESTIONS_PVT.Add_Question
263: (
264: p_api_version_number => l_api_version,
265: p_init_msg_list => l_init_msg_list_true,
266: p_commit => l_init_commit_true,

Line 287: CS_TP_QUESTIONS_PVT.Update_Question

283:
284: fnd_file.put_line(fnd_file.log,'Calling the Update_question API, SR Type: '
285: || l_sr_attr.sr_type || ' Attribute : '|| l_sr_attr.sr_name);
286:
287: CS_TP_QUESTIONS_PVT.Update_Question
288: (
289: p_api_version_number => l_api_version,
290: p_init_msg_list => l_init_msg_list_true,
291: p_commit => l_init_commit_true,

Line 500: cs_tp_questions_pvt.Delete_Question

496:
497: /* Check if the cursor fetched any records */
498: if c_template_attr_exists%FOUND then
499: fnd_file.put_line(fnd_file.log,'Calling Delete Question API for attribute is enddated, SR Type: ' || l_sr_attr.sr_type);
500: cs_tp_questions_pvt.Delete_Question
501: (
502: p_api_version_number => l_api_version,
503: p_init_msg_list => l_init_msg_list_true,
504: p_commit => l_init_commit_true,