DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on WIP_EAM_PARAMETERS

Line 48: from wip_eam_parameters

44: if(x_entity_type = WIP_CONSTANTS.EAM) then
45: begin
46: select default_eam_class
47: into V_EAM_CLASS
48: from wip_eam_parameters
49: where organization_id = X_ORG_ID;
50: return V_EAM_CLASS;
51: exception
52: when no_data_found then