DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_UTILS dependencies on PA_TEAM_TEMPLATES

Line 1: PACKAGE pa_team_templates_utils AS

1: PACKAGE pa_team_templates_utils AS
2: /*$Header: PARTUTLS.pls 120.1 2005/08/19 17:02:20 mwasowic noship $*/
3: --
4:
5: FUNCTION Is_Team_Template_Name_Unique(p_team_template_name IN pa_team_templates.team_template_name%TYPE)

Line 5: FUNCTION Is_Team_Template_Name_Unique(p_team_template_name IN pa_team_templates.team_template_name%TYPE)

1: PACKAGE pa_team_templates_utils AS
2: /*$Header: PARTUTLS.pls 120.1 2005/08/19 17:02:20 mwasowic noship $*/
3: --
4:
5: FUNCTION Is_Team_Template_Name_Unique(p_team_template_name IN pa_team_templates.team_template_name%TYPE)
6: RETURN VARCHAR2;
7: pragma RESTRICT_REFERENCES (Is_Team_Template_Name_Unique,WNDS, WNPS);
8:
9: PROCEDURE Check_Team_Template_Name_Or_Id(

Line 25: END pa_team_templates_utils;

21: p_n_actid IN NUMBER,
22: p_s_command IN VARCHAR2,
23: p_s_result OUT NOCOPY VARCHAR2);
24:
25: END pa_team_templates_utils;
26:
27: