DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PVT dependencies on PA_APPLY_TEAM_TEMPLATE_WF_S

Line 52: SELECT pa_apply_team_template_wf_s.nextval

48: wf_engine.threshold := -1;
49:
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**