DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PVT dependencies on DUAL

Line 54: FROM dual;

50: FOR l_index IN p_team_template_id_tbl.FIRST..p_team_template_id_tbl.LAST LOOP
51:
52: SELECT pa_apply_team_template_wf_s.nextval
53: INTO l_nextval
54: FROM dual;
55:
56: --get the item key --- **USE SEQUENCE**
57: l_item_key := p_team_template_id_tbl(l_index).team_template_id||'-'||l_nextval;
58: