DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on EAM_ORG_MAINT_DEFAULTS

Line 216: from eam_org_maint_defaults

212: if (p_asset_location is null or p_asset_location = 0) then
213: begin
214: select area_id
215: into l_asset_location
216: from eam_org_maint_defaults
217: where organization_id = p_organization_id
218: and object_type = 50
219: and object_id = l_maintenance_object_id;
220: exception