DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_UTILS SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 15

SELECT 'X'
  FROM pa_team_templates
 WHERE team_template_name = p_team_template_name;
Line: 75

			SELECT team_template_id
			INTO   x_team_template_id
			FROM   pa_team_templates tt
			WHERE  tt.team_template_id = p_team_template_id;
Line: 83

			SELECT team_template_id
			INTO   x_team_template_id
			FROM   pa_team_templates tt
			WHERE  tt.team_template_name = p_team_template_name;