DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on CM_CMPT_MST

Line 107: p_Cost_Cmpntcls_Id IN cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE

103: RETURN BOOLEAN;
104:
105: FUNCTION Validate_Cost_Cmpntcls_Id
106: (
107: p_Cost_Cmpntcls_Id IN cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE
108: )
109: RETURN BOOLEAN;
110:
111: PROCEDURE Validate_Cost_Cmpntcls_Id

Line 113: p_Cost_Cmpntcls_Id IN cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE

109: RETURN BOOLEAN;
110:
111: PROCEDURE Validate_Cost_Cmpntcls_Id
112: (
113: p_Cost_Cmpntcls_Id IN cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE
114: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE
115: , x_usage_ind OUT NOCOPY cm_cmpt_mst.usage_ind%TYPE
116: );
117:

Line 114: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE

110:
111: PROCEDURE Validate_Cost_Cmpntcls_Id
112: (
113: p_Cost_Cmpntcls_Id IN cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE
114: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE
115: , x_usage_ind OUT NOCOPY cm_cmpt_mst.usage_ind%TYPE
116: );
117:
118: FUNCTION Validate_Cost_Cmpntcls_Code

Line 115: , x_usage_ind OUT NOCOPY cm_cmpt_mst.usage_ind%TYPE

111: PROCEDURE Validate_Cost_Cmpntcls_Id
112: (
113: p_Cost_Cmpntcls_Id IN cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE
114: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE
115: , x_usage_ind OUT NOCOPY cm_cmpt_mst.usage_ind%TYPE
116: );
117:
118: FUNCTION Validate_Cost_Cmpntcls_Code
119: (

Line 120: p_Cost_Cmpntcls_Code IN cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE

116: );
117:
118: FUNCTION Validate_Cost_Cmpntcls_Code
119: (
120: p_Cost_Cmpntcls_Code IN cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE
121: )
122: RETURN NUMBER;
123:
124: PROCEDURE Validate_Cost_Cmpntcls_Code

Line 126: p_Cost_Cmpntcls_Code IN cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE

122: RETURN NUMBER;
123:
124: PROCEDURE Validate_Cost_Cmpntcls_Code
125: (
126: p_Cost_Cmpntcls_Code IN cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE
127: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE
128: , x_Usage_Ind OUT NOCOPY cm_cmpt_mst.Usage_Ind%TYPE
129: );
130:

Line 127: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE

123:
124: PROCEDURE Validate_Cost_Cmpntcls_Code
125: (
126: p_Cost_Cmpntcls_Code IN cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE
127: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE
128: , x_Usage_Ind OUT NOCOPY cm_cmpt_mst.Usage_Ind%TYPE
129: );
130:
131: FUNCTION Validate_Gl_Class

Line 128: , x_Usage_Ind OUT NOCOPY cm_cmpt_mst.Usage_Ind%TYPE

124: PROCEDURE Validate_Cost_Cmpntcls_Code
125: (
126: p_Cost_Cmpntcls_Code IN cm_cmpt_mst.Cost_Cmpntcls_Code%TYPE
127: , x_Cost_Cmpntcls_Id OUT NOCOPY cm_cmpt_mst.Cost_Cmpntcls_Id%TYPE
128: , x_Usage_Ind OUT NOCOPY cm_cmpt_mst.Usage_Ind%TYPE
129: );
130:
131: FUNCTION Validate_Gl_Class
132: (