DBA Data[Home] [Help]

APPS.AHL_UTIL_PKG dependencies on WIP_CONSTANTS

Line 153: -- Description : This function is used to retrieve Class_Type of EAM stored in WIP_CONSTANTS.

149:
150: -- JKJain added
151: -- Start of Comments --
152: -- Function name : Get_Wip_Eam_Class_Type
153: -- Description : This function is used to retrieve Class_Type of EAM stored in WIP_CONSTANTS.
154: -- It will return valuse '6' , for Maintenance Calss Type.
155:
156: FUNCTION Get_Wip_Eam_Class_Type RETURN NUMBER IS
157: BEGIN

Line 158: RETURN WIP_CONSTANTS.EAM;

154: -- It will return valuse '6' , for Maintenance Calss Type.
155:
156: FUNCTION Get_Wip_Eam_Class_Type RETURN NUMBER IS
157: BEGIN
158: RETURN WIP_CONSTANTS.EAM;
159: END Get_Wip_Eam_Class_Type ;
160:
161: -- JKJain added for ER9367907
162: FUNCTION Get_Message_String(p_message_key VARCHAR2)