DBA Data[Home] [Help]

APPS.CUG_SR_ATTRIBUTE_INTF dependencies on FND_API

Line 240: l_template_question_list.mscoringflag := FND_API.G_FALSE;

236: else
237: l_template_question_list.mmandatoryflag := 'F';
238: end if;
239:
240: l_template_question_list.mscoringflag := FND_API.G_FALSE;
241: l_template_question_list.mlast_updated_date := l_sr_attr.last_update_date;
242:
243: /* Check if attribute questions Exists */
244: open c_template_attr_exists (l_tmpl_id, l_sr_attr.sr_name);

Line 332: --IF FND_API.To_Boolean( l_init_commit_true ) THEN

328: X_ATTRIBUTE14 => NULL,
329: X_ATTRIBUTE15 => NULL
330: );
331:
332: --IF FND_API.To_Boolean( l_init_commit_true ) THEN
333: -- COMMIT WORK;
334: --END IF;
335:
336: end if;

Line 523: WHEN FND_API.G_EXC_ERROR then

519: end loop; --for;
520: retcode := 0;
521:
522: EXCEPTION
523: WHEN FND_API.G_EXC_ERROR then
524:
525: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
526: retcode :=2;
527:

Line 676: l_templ_question_list.mdefaultchoiceflag := FND_API.G_FALSE;

672: l_templ_question_list.mchoicename := l_fnd_lookup.description;
673: l_templ_question_list.mlookupid := l_lookup_id;
674: l_templ_question_list.mscore := 0;
675: l_templ_question_list.mlast_updated_date := l_fnd_lookup.last_update_date;
676: l_templ_question_list.mdefaultchoiceflag := FND_API.G_FALSE;
677:
678: -- fnd_file.put_line(fnd_file.log,'Re-creating choices, Attribute Name : ' ||
679: -- l_cug_sr_attr_ListName.sr_name || ' LOV Name : ' || l_cug_sr_attr_ListName.list_name
680: -- || ' ChoiceName : ' || l_fnd_lookup.description);