DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on WIP_EAM_PARAMETERS

Line 55: from wip_eam_parameters

51: if(x_entity_type = WIP_CONSTANTS.EAM) then
52: begin
53: select default_eam_class
54: into V_EAM_CLASS
55: from wip_eam_parameters
56: where organization_id = X_ORG_ID;
57: return V_EAM_CLASS;
58: exception
59: when no_data_found then