DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PKG dependencies on DUAL

Line 53: FROM dual;

49:
50: --Fetch the next sequence number for team template
51: SELECT pa_team_templates_s.NEXTVAL
52: INTO x_team_template_id
53: FROM dual;
54:
55: INSERT INTO pa_team_templates
56: (team_template_id
57: ,record_version_number