DBA Data[Home] [Help]

APPS.OTA_TPL_BUS dependencies on OTA_TPL_INS

Line 899: ota_tpl_ins.ins(l_tplrec,FALSE);

895: l_tplrec.name := p_new_tpl_name;
896: l_tplrec.start_date := p_new_startdate;
897: l_tplrec.end_date := p_new_enddate;
898: --
899: ota_tpl_ins.ins(l_tplrec,FALSE);
900: --
901: if l_tplrec.price_list_id is null then
902: constraint_error2('ins_tpl_failure');
903: end if;