DBA Data[Home] [Help]

APPS.CS_TP_TEMPLATES_PVT dependencies on CS_TP_TEMPLATES_S

Line 234: select cs_tp_templates_s.nextval into l_template_id from dual;

230: raise fnd_api.g_exc_error;
231: end if;
232:
233: --Get the template id from the next available sequence number
234: select cs_tp_templates_s.nextval into l_template_id from dual;
235:
236: l_current_date := sysdate;
237: l_created_by := fnd_global.user_id;
238: l_login := fnd_global.login_id;